@metrostar/comet-cli
v2.1.0
Published
A CLI for creating Comet Apps.
Downloads
8
Readme
Comet CLI
CLI for creating Comet Apps
Getting Started
To install the CLI globally, run the following:
npm install -g @metrostar/comet-cli
Example Commands
Generate a new Comet Stater UI (React with TypeScript)
comet init --type ui --name [SOME_PROJECT_NAME]
Generate a new Comet Starter API (Python Fast API)
comet init --type api --name [SOME_PROJECT_NAME]
Add a new Component
comet add component [SOME_COMPONENT_NAME] # Ex: comet add component SomeComponent
Add a new Page
comet add page [SOME_PAGE_NAME] # Ex: comet add page SomePage
Getting Help
comet --help
comet init --help