Yeoman generator
Yeoman is an application scaffold helper.
Install Yeoman using:
$ npm install -g yo
Sqwidget is a library that helps you build third party JavaScript widgets very easily.
This scaffold sets you up with a new sqwidget based project that includes the following libraries:
- RequireJS
- Ractive
- Lodash
To install generator-sqwidget from npm, run:
$ npm install -g generator-sqwidget
Finally, initiate the generator in the directory that you want to create your widget:
$ yo sqwidget
MIT