An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          






# CLI [![Build Status](https://travis-ci.org/comet-dev/cli.svg?branch=master)](https://travis-ci.org/comet-dev/cli) [![Dependency Status](https://david-dm.org/comet-dev/cli.svg)](https://david-dm.org/comet-dev/cli)[![devDependency Status](https://david-dm.org/comet-dev/cli/dev-status.svg)](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.