Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 877 Bytes

File metadata and controls

48 lines (29 loc) · 877 Bytes

generator-sqwidget Build Status

Yeoman generator

Getting Started

What is Yeoman?

Yeoman is an application scaffold helper.

Install Yeoman using:

$ npm install -g yo

What is sqwidget?

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

Yeoman Generators

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

License

MIT