![Dependency Status](https://david-dm.org/cartridge/cartridge-cli.svg)
Cartridge cli ![Build Status](https://travis-ci.org/cartridge/cartridge-cli.svg?branch=develop)
Start with a clean cartridge and get yourself going with a ready made basic static website setup
Command line utility for Cartridge
Installation
> npm install -g cartridge-cli
Usage
> cartridge
Usage: cartridge [options] [command]
Commands:
new Create a new project (on-screen wizard)
Options:
-h, --help output usage information
-V, --version output the version number
-s, --silent Surpress all on-screen messages
-v, --verbose Show all on-screen messages
Developing
To work on the project locally clone the repo then from within the checked out directory run:
> npm link
This will allow you to make changes to the project and have them reflected immediately within the command line tool.
Contributing