https://github.com/comet-dev/cli
Command line interface for CometJS
https://github.com/comet-dev/cli
Last synced: 9 months ago
JSON representation
Command line interface for CometJS
- Host: GitHub
- URL: https://github.com/comet-dev/cli
- Owner: comet-dev
- License: apache-2.0
- Created: 2016-04-22T10:15:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T13:18:30.000Z (over 9 years ago)
- Last Synced: 2025-02-23T21:42:58.511Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://comet-js.com
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI [](https://travis-ci.org/comet-dev/cli) [](https://david-dm.org/comet-dev/cli)[](https://david-dm.org/comet-dev/cli#info=devDependencies)
A CLI fit for CometJS, making it easier to create an app, or serve it to a running client. This cli practically holds the job of developing a faster workflow, and simple commands, to achieve simple tasks.
## Usage
[npm](npmjs.org) install to get started!
```sh
npm install comet-cli
```
### List of Available Commands
- ```comet new ```
- ```comet build ```
### Unavailable Commands (WIP)
- ```comet init ```
- ```comet test ```
- ```comet install ```
- ```comet publish ```
- ```comet serve ```
## Contributing
- To contribute, look through to see if any mistakes are present.
- Download the library and binaries with ```npm install```
- Send an issue, or a bug.
- Pull requests are open too.