The name of the tool is found in package.json
To install all the necessary dependencies run npm install.
To build the cli tool npm run build. Any time you make a change, you have to rebuild the tool.
To link the tool to the command line, run npm link.