README
gestalt-cli
Gestalt CLI includes the command line tools for using Gestalt:
npm install -g gestalt-cli
and then
gestalt init {name}
- scaffolds a new projectgestalt migrate
- updates
schema.json
fromschema.graphql
- generates and runs database schema migrations based on changes to your
schema.graphql
file.
- updates