UNPKG

generator-rcstep

Version:
37 lines (24 loc) 1.06 kB
# generator-rcstep [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] > RainCatcher Step Generator Based on https://github.com/feedhenry-raincatcher/step-template ## Installation First, install [Yeoman](http://yeoman.io) and generator-rcstep using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). ```bash npm install -g yo npm install -g generator-rcstep ``` Then generate your new step: ```bash yo rcstep ``` ## Documentation Please follow official RainCatcher documentation or step documentation: https://github.com/feedhenry-raincatcher/step-template ## License MIT [npm-image]: https://badge.fury.io/js/generator-rcstep.svg [npm-url]: https://npmjs.org/package/generator-rcstep [travis-image]: https://travis-ci.org/wtrocki/generator-rcstep.svg?branch=master [travis-url]: https://travis-ci.org/wtrocki/generator-rcstep [daviddm-image]: https://david-dm.org/wtrocki/generator-rcstep.svg?theme=shields.io [daviddm-url]: https://david-dm.org/wtrocki/generator-rcstep