gestalt-cli

command line tools for the gestalt framework

Usage no npm install needed!

<script type="module">
  import gestaltCli from 'https://cdn.skypack.dev/gestalt-cli';
</script>

README

gestalt-cli

npm version

Gestalt CLI includes the command line tools for using Gestalt:

npm install -g gestalt-cli

and then

  • gestalt init {name} - scaffolds a new project
  • gestalt migrate
    • updates schema.json from schema.graphql
    • generates and runs database schema migrations based on changes to your schema.graphql file.