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
- Host: GitHub
- URL: https://github.com/intermine/generator-bluegenes-tool
- Owner: intermine
- License: mit
- Created: 2018-08-10T15:47:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:51:35.000Z (about 3 years ago)
- Last Synced: 2024-11-07T21:51:53.096Z (about 1 year ago)
- Language: JavaScript
- Size: 1.81 MB
- Stars: 5
- Watchers: 9
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-bluegenes-tool
[](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