create-graphback
Create production-ready GraphQL servers using Graphback
Last updated 6 years ago by aerogear-ci .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install create-graphback 
SYNC missed versions from official npm registry.

Graphback


Auto generate database structure,
GraphQL Resolvers and Queries from GraphQL types ????

Motivation

Provides a small command line utility that can be used to initialise a Graphback project. Graphback helps you to kickstart your experience with any existing GraphQL implementation by generating backend and client side CRUD layer using your GraphQL data model.

Documentation: https://graphback.dev

Repository: https://github.com/aerogear/graphback/

Usage

You can initialise a Graphback project by either of the following commands:

npx create-graphback my-project
npm init graphback my-project

The CLI will ask you to pick from one of a number of templates. Once chosen, the template will be downloaded to your computer.

Change into your project folder:

cd my-awesome-project

And follow the instructions in the README.md file to know how you can run the project.

Current Tags

  • 1.1.2                                ...           latest (5 years ago)
  • 1.1.0-alpha2                                ...           next (5 years ago)

35 Versions

  • 1.1.2                                ...           5 years ago
  • 1.1.1                                ...           5 years ago
  • 1.1.0                                ...           5 years ago
  • 1.1.0-alpha2                                ...           5 years ago
  • 1.1.0-alpha1                                ...           6 years ago
  • 1.0.1                                ...           6 years ago
  • 1.0.0                                ...           6 years ago
  • 1.0.0-beta7                                ...           6 years ago
  • 1.0.0-beta6                                ...           6 years ago
  • 1.0.0-beta5                                ...           6 years ago
  • 1.0.0-beta4                                ...           6 years ago
  • 1.0.0-beta3                                ...           6 years ago
  • 1.0.0-beta2                                ...           6 years ago
  • 1.0.0-beta1                                ...           6 years ago
  • 0.16.2                                ...           6 years ago
  • 0.16.1                                ...           6 years ago
  • 0.16.0                                ...           6 years ago
  • 0.16.0-beta4                                ...           6 years ago
  • 0.16.0-beta3                                ...           6 years ago
  • 0.16.0-beta2                                ...           6 years ago
  • 0.16.0-beta1                                ...           6 years ago
  • 0.16.0-alpha7                                ...           6 years ago
  • 0.16.0-alpha6                                ...           6 years ago
  • 0.16.0-alpha5                                ...           6 years ago
  • 0.16.0-alpha4                                ...           6 years ago
  • 0.16.0-alpha3                                ...           6 years ago
  • 0.16.0-alpha2                                ...           6 years ago
  • 0.16.0-alpha1                                ...           6 years ago
  • 0.15.1                                ...           6 years ago
  • 0.15.0                                ...           6 years ago
  • 0.15.0-alpha1                                ...           6 years ago
  • 0.14.1                                ...           6 years ago
  • 0.14.0                                ...           6 years ago
  • 0.14.0-beta6                                ...           6 years ago
  • 0.14.0-beta5                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 31
Last Month 31
Dependencies (10)
Dev Dependencies (12)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |