Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Releases: use-init/generator-init

v0.1.1

18 Dec 13:36
Compare
Choose a tag to compare

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

v0.1.0

17 Dec 09:58
Compare
Choose a tag to compare

Features

This release comes with three sub-generators.

  • init:module to scaffold AMD modules with a test spec file
  • init:jqueryplugin to scaffold jQuery plugins
  • init:page to scaffold page snippets for INITs static page generator

Other additions

Tests by @sergiovilar.

v0.0.1

15 Dec 20:24
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

This is the initial release of generator-init. It scaffolds out an INIT project for you.