Package Exports
- rucfly
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rucfly) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Rucfly (Rainbow Uniform Caterfly)
Spreading love and magic throughout all the codebases...

[Plop][Plop] generator for UI apps with React coding in ES6.
Requirements
The first requirement is to have installed Node.
Then install [Plop][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');
In the terminal, type: $ plop
.
Before starting to develop, remember to install all the dependencies: $ npm install
.