Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/entria/entria-graphql
GraphQL Generators for Entria Projects
https://github.com/entria/entria-graphql
create-graphql entria generator
Last synced: 5 days ago
JSON representation
GraphQL Generators for Entria Projects
- Host: GitHub
- URL: https://github.com/entria/entria-graphql
- Owner: entria
- License: mit
- Created: 2018-05-30T21:08:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T15:47:44.000Z (over 6 years ago)
- Last Synced: 2025-01-13T04:46:13.359Z (28 days ago)
- Topics: create-graphql, entria, generator
- Language: JavaScript
- Homepage:
- Size: 6.52 MB
- Stars: 19
- Watchers: 15
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Install
#### With Yarn:
```sh
yarn global add @entria/create-graphql @entria/generator-graphql
```#### With NPM:
```sh
npm i -g @entria/create-graphql @entria/generator-graphql
```## Usage
You can create a brand new GraphQL project:
```sh
entria-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
entria-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!
tks for @lucasbento
## License
MIT © [Entria](http://github.com/entria)