Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexkalderimis/steps-tool-generator
Yeoman generator for steps tools
https://github.com/alexkalderimis/steps-tool-generator
Last synced: 11 days ago
JSON representation
Yeoman generator for steps tools
- Host: GitHub
- URL: https://github.com/alexkalderimis/steps-tool-generator
- Owner: alexkalderimis
- Created: 2014-10-24T16:30:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T14:31:38.000Z (about 10 years ago)
- Last Synced: 2024-04-09T22:22:41.239Z (10 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-intermine-tool [![Build Status](https://secure.travis-ci.org/alexkalderimis/generator-intermine-tool.png?branch=master)](https://travis-ci.org/alexkalderimis/generator-intermine-tool)
> [Yeoman](http://yeoman.io) generator
## Getting Started
### What is Yeoman?
Yeoman is a command-line driven project scaffolding tool, which can be extended
with third-party modules, of which this is one.```bash
npm install -g yo
```### Yeoman Generators
Yeoman is extended with plugins called generators, as they generate projects.
The code in this repository is a yeoman-generator, and can be installed as
follows:```bash
npm install -g generator-intermine-tool
```To generate a new InterMine tool, run:
```bash
yo intermine-tool
```## License
MIT