https://github.com/elixir-toniq/raft_model
https://github.com/elixir-toniq/raft_model
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elixir-toniq/raft_model
- Owner: elixir-toniq
- Created: 2018-03-06T14:44:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T14:45:09.000Z (over 8 years ago)
- Last Synced: 2024-12-27T21:12:18.584Z (over 1 year ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RaftModel
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `raft_model` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:raft_model, "~> 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/raft_model](https://hexdocs.pm/raft_model).