Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.28 KB

File metadata and controls

31 lines (26 loc) · 1.28 KB

# 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 install to get started!

npm install comet-cli

List of Available Commands

  • comet new <appname or packagename>
  • comet build <app> <build>

Unavailable Commands (WIP)

  • comet init <appfolder>
  • comet test <app, package or build>
  • comet install <app or package>
  • comet publish <app or package>
  • comet serve <app>

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.