graphql-dev

0.3.0 • Public • Published

graphql-dev

GraphQL CLI tool for creating apollo-server, typedefs, resolvers and datasources and more.

Installation

To install the GraphQL CLI tool:

$ npm install -g graphql-dev

Use

Getting started

  1. cd /project-path
  2. Run graphql-dev server to create a new apollo-server.

What's next

Run graphql-dev -l to list all available commands:

$ graphql-dev -l
Available commands:
  graphql-dev server

Run graphql-dev <command> --help to learn more about each command. For example:

$ graphql-dev server --help
Usage:
  graphql-dev server [options] [<name>]


Refer to Create a simple apollo-server for more information.

Package Sidebar

Install

npm i graphql-dev

Weekly Downloads

13

Version

0.3.0

License

MIT

Unpacked Size

16.6 kB

Total Files

16

Last publish

Collaborators

  • nikhilunni511