A command line tool to assist with developing ReDBox (Sails.js) hooks.
Install the tool using npm
$ npm install @researchdatabox/redbox-dev-tools
$ redbox-dev-tools <command> <options>
init Initialises a hook code project ready for development
help Shows this help message or help for a specific command
$ redbox-dev-tools hook-init -p <hook name>
-p, --packageName name The NPM package name for the sails hook.