README.md
# AtuinStand: An Elixir `atuin-stand` implementation
AtuinStand is the Elixir implementation of the `atuin-stand` project. It implements a generic, ordered tree, designed for easy interop with the other `atuin-stand` implementations. See [the `atuin-stand` project](https://github.com/atuinsh/atuin-stand) for more information.
## Installation
The package can be installed by adding `atuin_stand` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:atuin_stand, "~> 0.1.1"}
]
end
```
## Documentation
The docs can be found at <https://hexdocs.pm/atuin_stand/AtuinStand.html>.