Open mitar opened 11 years ago
This would be excellent. I was imagining an mrt generate
command, which would scaffold a basic app structure according to the best practices mentioned in Discover Meteor.
I agree! It'd be cool to have a generate
command for packages too..
It would be great to be possible to define/add custom mrt commands. So that on the server side you could have some commands similar to Django's manage commands. Like command for importing/updating data, maybe cron jobs, things like that? Thing is, I would like commands to have access to all the libraries and environment Meteorite provides, especially so that I am sure that data stored in the database is compatible with Meteor.