mantra-cli icon indicating copy to clipboard operation
mantra-cli copied to clipboard

Command line interface for building Meteor apps with Mantra

Results 25 mantra-cli issues
Sort by recently updated
recently updated
newest added

Add roadmap with short-term and long-term goals of the project

I wrote an [article](https://medium.com/@Storyteller_cz/meteor-mantra-with-react-router-393debbe849f) about how to replace Flow Router with react-router in Mantra. It is pretty easy. Given that Arunoda has left the community and his suggestion to use...

It appears the `.jsx` extension is hard coded in: https://github.com/mantrajs/mantra-cli/blob/255405efd4a680498b2e03df16fdb82b7bb165fb/lib/generators/utils.js#L26 Are there any plans to enable the user to generate components with a `.js` extension, like in the mantra sample...

It would be handy to have a possibility to rename certain modules, containers, components, etc. Doing it manually tends to produce human errors :)

Using Meteor 1.3.x, when creating a collection and then creating its respective publication and methods, Meteor crashes when running the server with an "Unable to resolve some modules:" error. The...

The mantra-atom-package is very convenient and also generates stubs for components, tests, stories, etc. But it does not generate the same code as mantra-cli. Also teams that have atom- and...

It would be cool to be able to generate react-native apps in the future. maybe `mantra create-native myapp` ? A good sample project is https://github.com/inProgress-team/react-native-mantra-boilerplate We need new templates for...

`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...

After fresh install I've received th following message: ``` "/home/palpinter/development/testapp/lib/collections" in /home/palpinter/development/testapp/client/configs/context.js (web.browser) ``` Steps to reproduce: mantra c testapp cd testapp meteor from other console: mantra g collection testcoll...

CLI assumes that you are on the app root directory. ## possible solutions - `~/.mantrarc` file to keep paths to all apps generated by CLI. Add command to register/deregister apps...