README.md
# Miss Elixir
:warning: UNDER DEVELOPMENT
## Installation
The package can be installed by adding `miss` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:miss, "~> 0.0.0"}
]
end
```
## Usage
TODO
## Full documentation
The full documentation is available at [https://hexdocs.pm/miss](https://hexdocs.pm/miss).
## Contributing
See the [contributing guide](https://github.com/prodis/miss_elixir/blob/master/CONTRIBUTING.md).
## License
Miss Elixir is released under the Apache 2.0 License. See the [LICENSE](https://github.com/prodis/miss_elixir/blob/master/LICENSE) file.
## Author
[Fernando Hamasaki de Amorim (prodis)](https://github.com/prodis)
