Using a Node module that provides an CLI presents some challenges, especially to
newcomers. Below is a discussion of some approaches and some pros/cons.
Global Only
Just install globally and don't worry about local installs. It will be easy to
run the commands (no prefixes!), but you&