chisel.js
v0.0.3
Published
Javascript CLI creation and build tool
Readme
Chisel.js is a node cli to assist and enable rapid development of nodejs command line utilities
Installation
npm install --global chisel.js
Usage
- new
- new is used to generator the scaffolding of a new cli application
chisel new <app_name>
