README.md
# ExProgress
[![Hex.pm](https://img.shields.io/hexpm/v/ex_progress.svg)](https://hex.pm/packages/ex_progress)
[![Build Docs](https://img.shields.io/badge/hexdocs-release-blue.svg)](https://hexdocs.pm/ex_progress/ExProgress.html)
[![Coverage Status](https://coveralls.io/repos/acj/ex_progress/badge.svg?branch=master)](https://coveralls.io/r/acj/ex_progress?branch=master)
[![Build Status](https://travis-ci.org/acj/ex_progress.svg?branch=master)](https://travis-ci.org/acj/ex_progress)
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