https://github.com/jdenen/normative
https://github.com/jdenen/normative
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdenen/normative
- Owner: jdenen
- License: apache-2.0
- Created: 2020-07-01T16:08:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T23:14:11.000Z (almost 5 years ago)
- Last Synced: 2024-10-29T08:40:49.578Z (8 months ago)
- Language: Elixir
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Normative
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `normative` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:normative, "~> 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/normative](https://hexdocs.pm/normative).