Registry / devops / create-graphback

create-graphback

JSON →
library1.1.2jsnpmunverified

A CLI scaffolding tool for generating production-ready GraphQL servers using Graphback. Version 1.1.2 requires Node >=10.15.3. It auto-generates database structures, GraphQL resolvers, and queries from GraphQL type definitions. Differentiators: opinionated templates with CRUD generation, supports multiple databases via plugins, and integrates with the Graphback ecosystem. Release cadence is irregular; project is in maintenance mode. It ships TypeScript types and is published on npm.

npm install create-graphback
INSTALL
IMPORT
SIG · CREATE-GRAPHBACK
C
create-graphback
devopsjavascriptv1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

create-graphback (CLI command)
npx create-graphback my-project
npm install -g create-graphback && create-graphback my-project
Avoid global install; use npx or npm init to run the latest version.
npm init (alternative)
npm init graphback my-project
Equivalent to npx; preferred for some workflows.

Scaffold a new Graphback project using the CLI, install dependencies, and start the dev server.

# Create a new Graphback project npx create-graphback my-graphback-app # Navigate into project cd my-graphback-app # Install dependencies npm install # Start development server npm run develop
Debug
Known issues
breakingGraphback v1.0 dropped support for Node <10.15.3.
fix
Ensure Node version >=10.15.3 before using create-graphback.
affects: >=1.0.0
deprecatedGraphback is in maintenance mode; consider alternatives like GraphQL Code Generator or Hasura.
fix
Evaluate migration to newer GraphQL tooling.
affects: >=1.0.0
gotchaThe CLI prompts for template selection; workspace must be empty or user must allow overwrite.
fix
Run in an empty directory or use --force flag if available.
affects: >=1.0.0
Errors
Common errors & fixes
'npx' is not recognized as an internal or external command
npx is bundled with npm 5.2+; older npm versions don't have it.
fix
Upgrade npm to version >=5.2 or use 'npm init graphback' instead.
Cannot find module '...'
Missing dependencies or wrong Node version.
fix
Run 'npm install' and ensure Node >=10.15.3.
Upgrade
Version history
1.1.2latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
create-graphback — npm install create-graphback · libregistry