create-graphback
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i create-graphback

Weekly Downloads

19,741

Version

1.1.2

License

Apache-2.0

Unpacked Size

45.1 kB

Total Files

34

Last publish

Collaborators

  • aerogear-ci