https://github.com/sirius248/tag_on_ecto
taggable plugin for phoenix framework
https://github.com/sirius248/tag_on_ecto
elixir phoenix-framework
Last synced: 7 months ago
JSON representation
taggable plugin for phoenix framework
- Host: GitHub
- URL: https://github.com/sirius248/tag_on_ecto
- Owner: sirius248
- Created: 2016-12-11T09:02:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T14:05:37.000Z (about 9 years ago)
- Last Synced: 2025-05-14T02:52:07.395Z (about 1 year ago)
- Topics: elixir, phoenix-framework
- Language: Elixir
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://semaphoreci.com/long-polyglot/tag_on_ecto)
# TagOnEcto
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `tag_on_ecto` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:tag_on_ecto, "~> 0.1.0"}]
end
```
2. Ensure `tag_on_ecto` is started before your application:
```elixir
def application do
[applications: [:tag_on_ecto]]
end
```