1.0.1 • Published 6 years ago

graphql-cli-up v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

graphql-cli-up npm

semantic-releaseCircleCIGreenkeeper badgeCode Climate
Plugin for graphql-cli to get a ready-to-use GraphQL API for your schema.

Installation

Install graphql-cli-up either globally (recommended) or locally using your favorite package manager:

$ yarn [global] add graphql-cli-up
$ npm install graphql-cli-up [--global]

Usage

graphql up <schema>

Get a ready-to-use GraphQL API for your schema

Options:
  --minimal, -m  Only print URLs of created APIs                       [boolean]
  -h, --help     Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

More information

For more information, see: https://github.com/graphcool/graphql-up