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

I finally got this to work and I like it, a lot. I'd like to have a tool like this that where I could feed it a schema and out...

Hi, Any plans adding scaffolding support? Thank you.

Add a command to generate a local collection e.g. mantra g collection files --local ``` import {Mongo} from 'meteor/mongo'; const Files = new Mongo.Collection(null); export default Files; ```

Should ``` mantra g collection foo ``` generate both a collection and a publication? Feedback welcomed.

The initial `lib/collections/index.js` looks like this: ``` js export { undefined }; ``` So, after running `mantra generate collection posts`, it did add `posts` to the export object, but `undefined`...