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.
- Host: GitHub
- URL: https://github.com/qqwy/elixir_ordered_siblings
- Owner: Qqwy
- Created: 2017-05-29T10:06:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T03:59:36.000Z (over 2 years ago)
- Last Synced: 2025-01-31T19:09:11.719Z (8 months ago)
- Language: Elixir
- Size: 31.3 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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).