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

https://github.com/qqwy/elixir_ordered_siblings

Ordered Siblings: Allows reordering (in Ecto) of comments under posts, images under albums, songs under playlists, etc.
https://github.com/qqwy/elixir_ordered_siblings

Last synced: 8 months ago
JSON representation

Ordered Siblings: Allows reordering (in Ecto) of comments under posts, images under albums, songs under playlists, etc.

Awesome Lists containing this project

README

          

# OrderedSiblings

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ordered_siblings` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:ordered_siblings, "~> 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/ordered_siblings](https://hexdocs.pm/ordered_siblings).