A generator for Yeoman.
- Make sure you have yo installed:
npm install -g yo
- Install the generator:
npm install -g generator-requirejs
(locally works too) - Run:
yo requirejs
Run yo requirejs:demo
to scaffold out a demo application.
RequireJS, Grunt, Bower and QUnit all working together for awesomeness
JavaScriptMIT