Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/aerogear/create-graphql

Command-line utility to build production-ready servers with GraphQL.
https://github.com/aerogear/create-graphql

boilerplate cli express graphql graphql-server koa mongoose nodejs relay yeoman

Last synced: about 1 month ago
JSON representation

Command-line utility to build production-ready servers with GraphQL.

Lists

README

        

# ![Create-GraphQL Logo](/media/logo.png)

Create GraphQL



Create production-ready GraphQL servers

> NOTE: New command line client is currently under construction







## About
**[Create-GraphQL](https://github.com/graphql-community/create-graphql)** is a command-line utility to build production-ready servers with GraphQL and also generate *Mutations*, *Types* and more into existent projects

Check out the post *[Announcing Create-GraphQL](https://medium.com/entria/announcing-create-graphql-17bdd81b9f96)* on **[Entria](https://medium.com/entria)** medium

## Install

#### With Yarn:
```sh
yarn global add create-graphql
```

#### With NPM:
```sh
npm install --global create-graphql
```

## Usage
You can create a brand new GraphQL project:
```sh
create-graphql init GraphQLProject
```

And can generate single files for [Mutation](docs/Commands.md#--mutation--m), [Type](docs/Commands.md#--type--t) and [others](docs/Commands.md#generate--g):
```sh
create-graphql generate --mutation Story
```
This generates a `StoryAddMutation` and `StoryEditMutation`

> See more usage examples in the [docs](docs)

## Contributing
If you want to contribute, see the [Contributing guidelines](CONTRIBUTING.md) before and feel free to send your contributions.

## Feedbacks

We love the feedbacks. It's help us to continue grow and improve. Give your feedbacks by open an [issue](https://github.com/graphql-community/create-graphql/issues/new). We will be glad to discuss your suggestions!

## License

MIT © [Lucas Bento](http://github.com/lucasbento)