Hacker News new | ask | show | jobs
by akshatpradhan 4102 days ago
I agree. Scaffolding and generators to glue things together in code are sorely missing in Meteor. Scaffolding is useful to beginners and experts alike.

With everything in a predictable location and following the same patterns, code is more intuitive to reason out.

1 comments

Ask and you shall receive. https://github.com/iron-meteor/iron-cli

There are actually a handful of good scaffolding options for Meteor. But once you understand Meteor's special treatment of some folders & files, and the basic CRUD stuff then you will be hooked and scaffolding will not be a big thing :)