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.
npm install to get started!
npm install comet-cli
comet new <appname or packagename>
comet build <app> <build>
comet init <appfolder>
comet test <app, package or build>
comet install <app or package>
comet publish <app or package>
comet serve <app>
- 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.