Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T22:04:39.000Z (about 3 years ago)
- Last Synced: 2024-10-15T17:16:50.537Z (about 2 months ago)
- Topics: elixir, progress, tasks
- Language: Elixir
- Homepage:
- Size: 23.4 KB
- Stars: 6
- Watchers: 3
- 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
[![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)
[![CI](https://github.com/acj/ex_progress/actions/workflows/ci.yml/badge.svg)](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