cartridge-cli
v1.5.0
Published
Start with a clean cartridge and get yourself going with a ready made basic website setup
Downloads
26
Maintainers
Keywords
Readme
Cartridge cli
Command line utility for Cartridge
Installation
npm install -g cartridge-cli
Usage
cart
Usage: cart [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
Development
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.