2.1.0 • Published 11 months ago

@metrostar/comet-cli v2.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

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
2.0.0-beta.0

11 months ago

2.1.0

11 months ago

2.0.1

11 months ago

1.1.3

1 year ago

2.0.0

11 months ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

2 years ago

1.0.0

2 years ago