generator-luma
v0.0.4
Published
A Meteor app generator for Luma Pictures
Maintainers
Readme
generator-luma 
A Meteor project generator for Luma Pictures.
Prerequisites
To install meteorite from npm, run:
$ npm install -g meteoriteTo install yeoman from npm, run:
$ npm install -g yoThe Best Instructions You'll See All Day
To install generator-luma run:
$ npm install -g generator-lumaCreate a new project directory:
$ mkdir your-new-project && cd $_Initiate the generator:
$ yo luma:app appNameSync the smart.json packages using Meteorite:
$ mrt installFinally, run Meteor:
$ meteorGenerators
To generator a new generator use :
$ yo luma:gen yourGeneratorTo generate a new Meteor Package use :
$ yo luma:package yourPackageNameTo generate a new Meteor Component use :
$ yo luma:component yourComponentNameTo generator a new Component Mixin use :
$ yo luma:mixin yourMixinTo generate a new Meteor Collection, try using:
$ yo luma:collection yourCollectionNameTo generate a new Meteor Template view/events/helper, try this one out:
$ yo luma:view viewNameTo generate a new Meteor Template Page, try this one out:
$ yo luma:page pageNameThese generators will be extended over time and I hope you make good use of them!

