meteor-generate
meteor-generate copied to clipboard
Meteor.Collection is called Mongo.Collection now
trafficstars
meteor-generate is still using Meteor.Collection. This still works, but it's not the current API.
Great catch. I'll add this to my todo. I'm also hoping on merging in the models branch this Sunday or Monday.
Looking forward to it. I used meteor-generate to create an entire app skeleton so that another developer and I could collaborate on it. It's handy, and it does things in a more flexible way than I would myself. I wouldn't bother with route controllers for each route, for example, but it is definitely better to have them.