cantina-cli
v0.3.1
Published
Initialize a directory for a new cantina app
Downloads
4
Readme
cantina-cli
Initialize a directory for a new cantina app.
- Prompts for optional components
- Interactively creates initial package.json
- Creates directory structure
- Performs
npm install
Usage
$ npm install -g cantina/cantina-cli#master
$ mkdir new-project
$ cd new-project
$ cantina init
$ node app.js