@godspeedsystems/godspeed
v2.9.4
Published
Godspeed CLI
Downloads
409
Readme
Godspeed CLI
CLI to create and manage Godspeed projects.
About
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.
Installation:
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
Basic Usage:
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.
Supported Commands & Arguments
| 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 . |
📖 Documentation
For a comprehensive understanding of Godspeed CLI and its advanced features, explore the detailed documentation here.
Show Your Love ❤️ & Support 🙏
If you find the Godspeed Node.js Service helpful or interesting, we would greatly appreciate your support by following, starring, and subscribing.
Ask & Answer Questions
Got questions or need help with Godspeed? Join our Discord community. You can ask questions, share knowledge, and assist others.