0.2.5 • Published 10 years ago

happyplan-cli v0.2.5

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

happyplan-cli Build Status

The HappyPlan command line interface.

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

npm install -g happyplan-cli

Note: The job of the happyplan command is to load and run the version of HappyPlan you have installed locally to your project, irrespective of its version. You should never install HappyPlan itself globally. For more information about why, please read this.

Installing happyplan-cli locally

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

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

Checking version

happyplan -version
0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago