RainCatcher Step Generator
Based on https://github.com/feedhenry-raincatcher/step-template
First, install Yeoman and generator-rcstep using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-rcstepThen generate your new step:
yo rcstepPlease follow official RainCatcher documentation or step documentation: https://github.com/feedhenry-raincatcher/step-template
MIT