Yeoman generator
Yeoman is a command-line driven project scaffolding tool, which can be extended with third-party modules, of which this is one.
npm install -g yo
Yeoman is extended with plugins called generators, as they generate projects. The code in this repository is a yeoman-generator, and can be installed as follows:
npm install -g generator-intermine-tool
To generate a new InterMine tool, run:
yo intermine-tool
MIT