Skip to content

Latest commit

 

History

History
85 lines (60 loc) · 4.33 KB

README.md

File metadata and controls

85 lines (60 loc) · 4.33 KB

Godspeed CLI

The official Command Line Interface of Godspeed Framework


contributions welcome Discord Website


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.

Follow us for updates and news.
Star our repositories to show your support.
Subscribe to our channel for tutorials and demos.

Ask & Answer Questions

Got questions or need help with Godspeed? Join our Discord community. You can ask questions, share knowledge, and assist others.