https://github.com/acj/ex_progress
A library for tracking progress across many tasks and sub-tasks
https://github.com/acj/ex_progress
elixir progress tasks
Last synced: about 2 months ago
JSON representation
A library for tracking progress across many tasks and sub-tasks
- Host: GitHub
- URL: https://github.com/acj/ex_progress
- Owner: acj
- License: mit
- Created: 2018-01-31T11:38:02.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T12:50:24.000Z (4 months ago)
- Last Synced: 2025-03-13T05:28:18.366Z (about 2 months ago)
- Topics: elixir, progress, tasks
- Language: Elixir
- Homepage:
- Size: 28.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - A library for tracking progress across many tasks and sub-tasks. (Utilities)
- fucking-awesome-elixir - ex_progress - A library for tracking progress across many tasks and sub-tasks. (Utilities)
- awesome-elixir - ex_progress - A library for tracking progress across many tasks and sub-tasks. (Utilities)
README
# 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