generator-ots-module
v0.1.0
Published
Yeoman generator for ots modules
Downloads
6
Maintainers
Readme
OTS Module Generator
Generates the scaffolding for for front end modules which can both be stand-alone and required as bower components
The stack assumes:
To use:
mkdir some-module && cd $_
yo ots-module
Right away you will see the example page and very basic unit test have been created for you. While continuing to build, run:
webpack --watch
Changes will be automaticaly bundled for you on saves.
Once running the generator, by going into the example direcotry, you can view the premade unit test ( test.html ) and the basic boilerplate module ( index.html ), by opening them in your browser.