generator-fibre
v1.0.6
Published
Yeoman generator
Downloads
3
Readme
generator-fibre
A Yeoman generator for all your fibres
What is this?
Yeoman is a great generator tool and we wanted to speed up the creation of fibres (modules we use in our apps) without copy and pasting all the time.
What's available?
This generator sets up a simple JavaScript library project targetted for both browser and Node, it comes complete with:
- All the dot files (
.gitignore
,.editorconfig
, etc...) - Travis CI ready
- Uses our
gulp-fibre-tasks
- NPM publish ready
Usage
- Install Yeoman by running
npm i -g yo
- Install this generator by running
npm i -g generator-fibre
- ???
- Profit!
License
The MIT License (MIT)