graphql-fun

Make developers effort less

MIT License

Downloads
17
Stars
0
Committers
1

graphql-fun

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

Installation

To install the GraphQL CLI tool:

$ npm install -g graphql-fun

Use

Getting started

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

What's next

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

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

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

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


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