An open API service indexing awesome lists of open source software.

https://github.com/intermine/generator-bluegenes-tool

Scaffold generator for BlueGenes tools
https://github.com/intermine/generator-bluegenes-tool

Last synced: 8 months ago
JSON representation

Scaffold generator for BlueGenes tools

Awesome Lists containing this project

README

          

# generator-bluegenes-tool

[![Build Status](https://travis-ci.org/intermine/generator-bluegenes-tool.svg?branch=master)](https://travis-ci.org/intermine/generator-bluegenes-tool)

Generates a scaffold for [BlueGenes](https://github.com/intermine/bluegenes) tools, InterMine's new UI. See the [BlueGenes tool tutorial](http://intermine.org/im-docs/docs/webapp/tool-api/tutorial) for more info.

## Installation

First, install [Yeoman](http://yeoman.io) and generator-bluegenes-tool using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)), perhaps using [nvm](https://github.com/creationix/nvm)

```bash
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:

```bash
yo @intermine/bluegenes-tool
```

Feel free to [learn more about Yeoman](http://yeoman.io/).

## License

MIT