gnarly-graphql
v2.0.0
Published
GraphQL bolierplate code using express
Maintainers
Readme
Description
NPM package allowing users to create boilerplate GraphQL servers powered by Apollo Server 2.
Installation
Install globally to allow CLI to run anywhere.
Using yarn:
yarn add -G gnarly-graphql
Using npm:
npm i -g gnarly-graphql
Usage
Once Installed simple run the command:
new-gql-server <serverName>
to create a new GraphQL server
new-gql-server -help
to bring up help docmentation
new-gql-server -v
to bring up version info
