Popularity
1.3
Growing
Activity
0.0
Stable
4
3
0

Monthly Downloads: 16
Programming language: Elixir
License: MIT License
Tags: Utilities    

ex_progress alternatives and similar packages

Based on the "Utilities" category.
Alternatively, view ex_progress alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ex_progress or a related project?

Add another 'Utilities' Package

README

ExProgress

Hex.pm Build Docs Coverage Status Build Status

A library for tracking progress across many cooperating tasks.

Getting Started

See the comments at the top of the ExProgress module for an overview and examples.

Installation

The package can be installed by adding ex_progress to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_progress, "~> 0.1.0"}
  ]
end

License

MIT


*Note that all licence references and agreements mentioned in the ex_progress README section above are relevant to that project's source code only.