2.1.1 • Published 8 months ago
@metrostar/comet-cli v2.1.1
Comet CLI
CLI for creating Comet Apps
Getting Started
To install the CLI globally, run the following:
npm install -g @metrostar/comet-cliExample 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 SomeComponentAdd a new Page
comet add page [SOME_PAGE_NAME] # Ex: comet add page SomePageGetting Help
comet --help
comet init --help