Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sakshisrivastava413/generator-ci-test


https://github.com/sakshisrivastava413/generator-ci-test

Last synced: 26 days ago
JSON representation

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](https://github.com/intermine/bluegenes/blob/dev/tools/docs/tools.md) 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 generate your new project:

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

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

## License

MIT