Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 929 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 929 Bytes

generator-bluegenes-tool

Build Status

Generates a scaffold for BlueGenes tools, InterMine's new UI. See the BlueGenes tool tutorial for more info.

Installation

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.

License

MIT