# generator-graphql

A Yeoman generator for creating GraphQL services.

## Usage 

Install `yeoman` globally:

```
yarn global add yo
```

Clone this repository:

```
git clone git@github.com:theorchard/generator-graphql.git
```

Link it:

```
cd generator-graphql
yarn link
```

Run Yeoman with the generator and create a GraphQL service!

```
yo graphql
```