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

happyplan/happyplan-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Happy Plan's command line interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published