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

Storybooks is now led by the community, and packages has changed from `@kadira/storybook` to `@storybooks/react`. Allow mantra-cli generate correct configurations of the new Storybooks when scaffolding a new project https://storybook.js.org/

mantra-cli project (not the projects created by it) lacks a good eslint setup. Having one will be handy for development.

help wanted

## Summary of the issue Is it posible to use .yml to customize file structure of a generated module? ## Steps to reproduce 1. step 1 2. step 2 3....

enhancement

Currently I can set modulesPath variable to any location, for example: `/client/imports/modules/`, but when I create a component/container, tests are still being created under `/client/modules/`. Tests should always follow the...

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?

when invoking `mantra d component core:foo` mantra-cli should remove import Foo from './foo' from `/client/modules/core/components/.stories/index.js`

I usually only use routes in core, because having routes in multiple modules may lead to re-renderings (see https://github.com/mantrajs/mantra-core/issues/9), so it would be cool to just be able to disable...

Just something small i noticed, but i did not attemp to fix it yet: generateContainer should import generateComponent and destroyContainer should import destroyComponent, currently its duplicated code.

Hi, Whenever I attempt to create an app using mantra-cli, I receive this error /home/immanuelv/.meteor/packages/meteor- tool/.1.4.1_1.1ku1jsk++os.linux.x86_64+web.browser+web.cordova/mt- os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:165 throw error; ^ Error: ENOENT: no such file or directory, open '/tmp/mt-14fuwx3/os.json' at...

The stack trace refers to the compiled code and it is hard to debug. It will be good to have a source map.