mantrajs / mantra-cli

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

Any plans to support Redux and GraphQL? #86

Open THPubs opened 8 years ago

THPubs commented 8 years ago

It would be really nice if you can cook Redux and GraphQL support into mantra-cli. We can define them in the config file right?

sungwoncho commented 8 years ago

I haven't used Redux or GraphQL with Meteor projects, so I can't personally say that we could or couldn't support them in mantra-cli. But the cli should be configurable, and it'd be nice to support them optionally via config file.

THPubs commented 8 years ago

Ah no issue. I'm planning to use them soon. Will try to add them to mantra-cli while I do that. Have a lot to learn :-)

macrozone commented 8 years ago

I think you just need to customize the containers, which is already possible with mantra-cli.

You can specify your container-template that uses redux or apollo.

Maybe check if you need additional files that are not yet generated with mantra-cli

darkship commented 8 years ago

I'm interested in Redux and GraphQL too. BTW there is already a thread about Redux : https://github.com/kadirahq/mantra/issues/81

kmhigashioka commented 7 years ago

Hi. I actually created a redux version of this. Of course it is inspired by this cli. :) https://github.com/kazupooot/overreact