vue-fullstack-graphql
vue-fullstack-graphql copied to clipboard
graphql complaining that it doesn't know about --boilerplate
The README.md describes using graphql to setup your project and grab a boilerplate, however, it is not working:
graphql create my-app --boilerplate node-advanced ✔ 1842 18:06:04 graphql create [directory]
Bootstrap a new GraphQL project
Options: --dotenv Path to .env file [string] -p, --project Project name [string] --no-install Don't install project dependencies [boolean] [default: false] -h, --help Show help [boolean] -v, --version Show version number [boolean] Unknown argument: boilerplate
graphql --version ✔ 1844 18:58:38 3.0.9
^ just ran into the same issue as well.
Run this in terminal instead: graphql create my-app
and then choose up/down arrow keys to select your boilerplate...
? Choose GraphQL boilerplate project: [boilerplate-project-name]
Please merge #444 :)