create-graphback

Create production-ready GraphQL servers using Graphback

Apache-2.0 35 个版本
安装
npm install create-graphback
yarn add create-graphback
pnpm add create-graphback
bun add create-graphback
README

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.

版本列表
1.1.2 2021-02-24
1.1.1 2021-02-05
1.1.0 2020-11-10
1.1.0-alpha2 2020-10-20
1.1.0-alpha1 2020-10-08
1.0.1 2020-09-25
1.0.0 2020-09-25
1.0.0-beta7 2020-09-24
1.0.0-beta6 2020-09-23
1.0.0-beta5 2020-09-22
1.0.0-beta4 2020-09-21
1.0.0-beta3 2020-09-21
1.0.0-beta2 2020-09-18
1.0.0-beta1 2020-09-15
0.16.2 2020-09-07
0.16.1 2020-09-02
0.16.0 2020-09-01
0.16.0-beta4 2020-08-27
0.16.0-beta3 2020-08-27
0.16.0-beta2 2020-08-26
0.16.0-beta1 2020-08-20
0.16.0-alpha7 2020-08-20
0.16.0-alpha6 2020-08-18
0.16.0-alpha5 2020-08-17
0.16.0-alpha4 2020-08-12
0.16.0-alpha3 2020-08-11
0.16.0-alpha2 2020-08-03
0.16.0-alpha1 2020-08-03
0.15.1 2020-07-31
0.15.0 2020-07-30
0.15.0-alpha1 2020-07-27
0.14.1 2020-07-27
0.14.0 2020-07-20
0.14.0-beta6 2020-07-15
0.14.0-beta5 2020-07-13