Packages

Elixir Command Line Interface Library. A library that helps to develop CLI tools with Elixir.

Current section

Files

Jump to
do_it README.md
Raw

README.md

![CI](https://github.com/rzcastilho/do_it/workflows/CI/badge.svg)
![Coverage Status](https://coveralls.io/repos/github/rzcastilho/do_it/badge.svg)
# Do It
Elixir Command Line Interface Framework.
A framework that helps to develop command line tools with Elixir.
## Installation
The package can be installed by adding `do_it` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:do_it, "~> 0.1.0"}
]
end
```
## License
DoIt is released under the Apache License 2.0 - see the [LICENSE](LICENSE) file.