oortcloud / meteorite

Installer & smart package manager for Meteor
http://oortcloud.github.com/meteorite/
MIT License
841 stars 106 forks source link

Allow custom mrt commands #107

Open mitar opened 11 years ago

mitar commented 11 years ago

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.

BenjaminRH commented 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.

tmeasday commented 11 years ago

I agree! It'd be cool to have a generate command for packages too..