ash_json_api_wrapper/README.md

22 lines
559 B
Markdown
Raw Permalink Normal View History

2021-10-30 15:40:27 +13:00
# AshJsonApiWrapper
2021-10-25 15:52:03 +13:00
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
2021-10-30 15:40:27 +13:00
by adding `ash_json_api_wrapper` to your list of dependencies in `mix.exs`:
2021-10-25 15:52:03 +13:00
```elixir
def deps do
[
2021-10-30 15:40:27 +13:00
{:ash_json_api_wrapper, "~> 0.1.0"}
2021-10-25 15:52:03 +13:00
]
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
2021-10-30 15:40:27 +13:00
be found at [https://hexdocs.pm/ash_json_api_wrapper](https://hexdocs.pm/ash_json_api_wrapper).
2021-10-25 15:52:03 +13:00