Generates a scaffold for BlueGenes tools, InterMine's new UI. See the BlueGenes tool tutorial for more info.
First, install Yeoman and generator-bluegenes-tool using npm (we assume you have pre-installed node.js), perhaps using nvm
npm install -g yo
npm install -g @intermine/generator-bluegenes-tool
Then create a directory for your project, change into it and start the generator:
yo @intermine/bluegenes-tool
Feel free to learn more about Yeoman.
MIT