This package has been deprecated

Author message:

Deprecated in favor of generator-nodejs-api (https://github.com/kriasoft/nodejs-api-starter)

generator-graphql-server

0.11.0 • Public • Published

generator-graphql-server NPM version Build Status Dependency Status Coverage percentage

Yeoman generator based on GraphQL Starter Kit — a project template for authoring GraphQL applications with Node.js 6+ and JavaScript (ES2017+ via Babel).

Installation

First, install Yeoman and generator-graphql-server using npm (we assume you have pre-installed Node.js 6+ and Yarn).

npm install -g yo
npm install -g generator-graphql-server

Then generate your new project:

mkdir api.example.com
cd api.example.com
yo graphql-server

Then you can launch your GraphQL server by running npm start.

For more information visit https://github.com/kriasoft/graphql-starter-kit

Related Projects

Support

License

Copyright © 2016-present Kriasoft, LLC. This source code is licensed under the MIT license found in the LICENSE.txt file. The documentation to the project is licensed under the CC BY-SA 4.0 license.


Made with ♥ by Konstantin Tarkus (@koistya) and contributors

Package Sidebar

Install

npm i generator-graphql-server

Weekly Downloads

11

Version

0.11.0

License

MIT

Last publish

Collaborators

  • koistya