Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.12 KB

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