This release improves the module sub-generator.
- Fixed: Use the generated module's name as argument in test-spec
define
callback - Fixed: Add test-spec in
test/spec.js
- Fixed: Name the suite after the module (
describe('modulename', function () {})
); - Fixed: Don't include any tests in test spec
- Fixed: Don't add content of example module in new JS file
- Fixed: Add current date and author name in header
This release comes with three sub-generators.
init:module
to scaffold AMD modules with a test spec fileinit:jqueryplugin
to scaffold jQuery pluginsinit:page
to scaffold page snippets for INITs static page generator