CLI to create and manage Godspeed projects.
Godspeed CLI is the primary way to interact with your Godspeed project from the command line. It provides a bunch of useful functionalities during the project development lifecycle.
Getting started is a breeze! Install Godspeed CLI globally using either npm or yarn:
npm install -g @godspeedsystems/godspeed
or
yarn global add @godspeedsystems/godspeed
Once installed, run godspeed from your terminal to see the available commands and usage information. The CLI provides detailed help messages for each command, guiding you through its functionalities and options.
Command | Options | Description |
---|---|---|
create | --from-template, --from-example | create a new godspeed project. |
dev | start the dev server. | |
clean | clean the previous build. | |
build | build the godspeed project. | |
devops-plugins | manage devops plugins for godspeed. | |
plugins | manage eventsource and datasource plugins for godspeed. | |
gen-crud-api | scans your prisma datasources and generate CRUD APIs events and workflows | |
gen-graphql-schema | scans your graphql events and generate graphql schema . |
For a comprehensive understanding of Godspeed CLI and its advanced features, explore the detailed documentation here.
If you find the Godspeed Node.js Service helpful or interesting, we would greatly appreciate your support by following, starring, and subscribing.
Got questions or need help with Godspeed? Join our Discord community. You can ask questions, share knowledge, and assist others.