buddy-cli
The buddy-cli allows local versions of the buddy(1) command to be run directly from the command line without any additional setup. This allows different versions of the buddy tool to be run from different projects, without any conflict.
Installation
$ npm -g uninstall buddy
$ npm -g install buddy-cli
Usage
The init
command will walk you through the basic set-up of a package.json file, installing a local copy of buddy in the process:
$ buddy init
This utility will walk you through a basic buddy package.json set-up.
project name:
...
Once installed, run buddy as described here: