mantrajs / mantra-cli

Command line interface for building Meteor apps with Mantra
MIT License
135 stars 33 forks source link

mantra create should download Meteor if not found #34

Closed merlinstardust closed 8 years ago

merlinstardust commented 8 years ago

I just installed mantra-cli and tried to create a project. The directory was created but nothing else happened. I realized it was because I didn't have Meteor installed. It'd be great if Mantra either downloaded Meteor for you, or if it notified you that Meteor was not installed.

sungwoncho commented 8 years ago

Thanks for the suggestion. I think downloading Meteor is the out of the scope of Mantra CLI. Also, it will be tricky to support Windows.

It'd be good if we can output errors back to the user instead of halting silently. I can't think of a good way to do this. But now we have a verbose mode (doc), so that people can debug what is going on.