mantrajs / mantra-cli

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

when creating an app generate module core should be invoked #82

Open macrozone opened 8 years ago

macrozone commented 8 years ago

mantra create app creates the nessesary files plus the core module. However, it does not use the code that normally generates a module. Instead, it has duplicated code that sets up the core module.

refactoring the create command to use generate module would help further improvements of the cli.