README.md
# ExProgress
[](https://hex.pm/packages/ex_progress)
[](https://hexdocs.pm/ex_progress/ExProgress.html)
[](https://coveralls.io/r/acj/ex_progress?branch=master)
[](https://github.com/acj/ex_progress/actions/workflows/ci.yml)
A library for tracking progress across many cooperating tasks.
## Getting Started
See the comments at the top of the [ExProgress](https://hexdocs.pm/ex_progress/ExProgress.html) module
for an overview and examples.
## Installation
The package can be installed by adding `ex_progress` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_progress, "~> 0.1.0"}
]
end
```
## License
MIT