Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakshisrivastava413/generator-ci-test
https://github.com/sakshisrivastava413/generator-ci-test
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sakshisrivastava413/generator-ci-test
- Owner: Sakshisrivastava413
- License: mit
- Created: 2020-04-04T05:03:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T22:40:00.000Z (almost 2 years ago)
- Last Synced: 2024-11-18T22:06:29.940Z (3 months ago)
- Language: CSS
- Size: 444 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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