https://github.com/thulio/ecto_index_enforcer
https://github.com/thulio/ecto_index_enforcer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thulio/ecto_index_enforcer
- Owner: thulio
- Created: 2020-01-20T14:47:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T19:33:48.000Z (about 6 years ago)
- Last Synced: 2025-03-27T04:11:58.791Z (about 1 year ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EctoIndexEnforcer
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ecto_index_enforcer` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ecto_index_enforcer, "~> 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/ecto_index_enforcer](https://hexdocs.pm/ecto_index_enforcer).