Releases: AdamBrodzinski/meteor-generate
Releases · AdamBrodzinski/meteor-generate
v0.0.10 - Bug fixes
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
Refactors components into a working and maintainable state.
Appends the sass file import automatically.
v0.0.6 - minor updates
- 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
Generates a fairly static package boilerplate.
// TODO
- optional client/server flags
- add tinytest
- optional name variables for custom naming
v0.0.4 - Init command
Allows you to create a base project and automatically runs meteor create.
v0.0.3 - Controllers
Creates controllers and their routes.