mantrajs / mantra-cli

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

improve support for non-meteor-projects #122

Closed macrozone closed 6 years ago

macrozone commented 7 years ago

I just started a react-native app and wanted to use the mantra-cli to create components and storybook-stories, which basically works, but you need to adjust some stuff. (e.g. jsx extension is not working)

so I added new options. See https://github.com/mantrajs/mantra-cli/compare/master...panter:develop?expand=1#diff-8db911969671fc0210537a82b5f3c650

It's work in progress and not tested yet properly. E.g. module creation is not yet finished.

I released it under the beta tag: npm install -g mantra-cli@beta