@mindgrep/test
v0.0.2
Published
Godspeed CLI
Downloads
2
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.
How to install
npm install -g @godspeedsystems/godspeed
or
yarn global add @godspeedsystems/godspeed
Once installed, you will have access to Godspeed
in your command prompt
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
You can find the complete documentation of Godspeed 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.