Skip to content

Releases: AdamBrodzinski/meteor-generate

v0.0.10 - Bug fixes

29 Nov 21:57
Compare
Choose a tag to compare

Fixes various small bugs with pages, page sass imports. Renames templates from editPost to postsEdit to keep things congruent with the controller and route naming schemes. Changes layout to mainLayout on init. Updates IR controllers to 1.0 syntax.

v0.0.7 - Refactor components, append sass import

09 Apr 07:24
Compare
Choose a tag to compare

Refactors components into a working and maintainable state.
Appends the sass file import automatically.

v0.0.6 - minor updates

30 Mar 18:15
Compare
Choose a tag to compare
  • fix namespace casing
  • adds new base files to create/init
  • renames init command to
  • browser-policy
  • refactors into coffeescript (sorry)

v0.0.5 - Meteor Packages

23 Mar 22:57
Compare
Choose a tag to compare

Generates a fairly static package boilerplate.

// TODO

  • optional client/server flags
  • add tinytest
  • optional name variables for custom naming

v0.0.4 - Init command

23 Mar 21:18
Compare
Choose a tag to compare

Allows you to create a base project and automatically runs meteor create.

v0.0.3 - Controllers

16 Mar 00:33
Compare
Choose a tag to compare

Creates controllers and their routes.