0.1.7 • Published 12 years ago

mantri-cli v0.1.7

Weekly downloads
1
License
-
Repository
github
Last release
12 years ago

mantri-cli

The mantri command line interface.

Build Status

Install this globally and you'll have access to the mantri command anywhere on your system.

npm install -g mantri-cli

See the mantri Getting Started guide for more information.

Installing mantri-cli locally

If you don't have administrator rights, you may need to install mantri-cli locally to your project using npm install mantri-cli --save-dev. Unfortunately, this will not put the mantri executable in your PATH. You'll need to specify its explicit location when executing it, eg: ./node_modules/.bin/mantri,

Note: Using mantri-cli in this way is unsupported.

This is a direct fork from grunt-cli