aerogear / create-graphql

Command-line utility to build production-ready servers with GraphQL.
MIT License
440 stars 38 forks source link

create-graphql --type Awesome, not work #19

Closed ronal2do closed 6 years ago

ronal2do commented 7 years ago
captura de tela 2016-12-13 as 16 22 29

Need fix this in the documentation. Instead this create-graphql generate --type Awesome

lucasbento commented 7 years ago

@ronal2do: maybe we need to clarify in the docs that the command is generate and --type is just an option since we also have the init command.

idkjs commented 7 years ago

Where is the documentation? I don't fixing this. Also need to add that the .nvmrc node version needs to be >-7.6 for the Koa generators to work.

lucasbento commented 7 years ago

@idkjs: the >= 7 has been solved on https://github.com/entria/graphql-dataloader-boilerplate/commit/8ec3c9565e06cd794c41be988cc3b0bdbbc11850 by @sibelius, we just need to work on the documentation.

idkjs commented 7 years ago

Im ready to help with documentation. Just show me the way.

lucasbento commented 7 years ago

@idkjs: nice!

We are keeping track of improving the docs on #63, let's keep this discussion there.