Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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