generator-wupjs
v0.5.1
Published
A custom Yeoman generator to reduce boiler-plate in JS dev
Downloads
6
Readme
generator-wupjs
A custom Yeoman generator to reduce boiler-plate in JS dev
Usage
yo wupjs [projectName]
: Is the agregate of many sub-generators; Running it prompts you, then sets up a full web development environment usingGulp
and optionallyBabel
,Mocha
,React
,Enzyme
,Compass
, etc.yo wupjs:class [className]
: Generates source file and unit testing file for className.yo wupjs:component [componentName]
: Generates source file and unit testing file forReact
componentName.yo wupjs:gulpplugin [pluginName]
: Generates source file and unit testing file forGulp
pluginName.
License
generator-wupjs is MIT licensed.
© 2016-2019 Jason Lenoble