https://github.com/niku/habitist
https://github.com/niku/habitist
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/niku/habitist
- Owner: niku
- License: mit
- Created: 2018-07-26T11:07:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T03:50:56.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T16:41:34.175Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Habitist
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `habitist` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:habitist, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/habitist](https://hexdocs.pm/habitist).
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details