README.md

# AbsintheGen

Scaffold generator for Elixir [Absinthe](https://hexdocs.pm/absinthe/overview.html) projects

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `absinthe_gen` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:absinthe_gen, "~> 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/absinthe_gen](https://hexdocs.pm/absinthe_gen).

## Usage

The scaffold task will generate a schema, a type and a resolver files.

```
mix absinthe.gen.scaffold my_context my_type [my_field:string]
```