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-rcstep
Then generate your new step:
yo rcstep
Please follow official RainCatcher documentation or step documentation: https://github.com/feedhenry-raincatcher/step-template
MIT