An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://semaphoreci.com/api/v1/long-polyglot/tag_on_ecto/branches/master/badge.svg)](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
```