0.0.5 • Published 8 years ago
rucfly v0.0.5
Rucfly (Rainbow Unicorn Caterfly)
Spreading love and magic throughout all the codebases...
Requirements
The first requirement is to have installed Node.
Then install Plop globally $ npm install -g plop.
Usage
First, you should install the generator: $ npm install rucfly
Create in the root of your project a plopfile.js with this content:
module.exports = require('rucfly');Add to your package.json scripts:
"scripts": {
"rucfly": "plop"
}In the terminal, type: $ npm run rucfly.
Behold the magic of Rainbow Unicorn Caterfly!!!