README.md
# ExShopifySchema
A collection of Elixir schemas for Shopify resources.
## Installation
The package can be installed by adding `ex_shopify_schema`
to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_shopify_schema, "~> 0.1.0"}
]
end
```
Documentation can be found at <https://hexdocs.pm/ex_shopify_schema>.