cartridge-cli

Start with a clean cartridge and get yourself going with a ready made basic website setup


License
ISC
Install
npm install cartridge-cli@1.0.0

Documentation

Cartridge cli

Build Statussemantic-release devDependency Status dependency Status

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.

Contributing