ash_gen_server/README.md

22 lines
495 B
Markdown
Raw Normal View History

# AshGenServer
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ash_gen_server` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
2022-09-22 14:01:38 +12:00
{:ash_gen_server, "~> 0.2.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/ash_gen_server>.