meteor-boosters
Meteor boosters simplifies your live. I can perform common "boilerplate" operations using simple commands.
Meteor boosters simplifies your live. I can perform common "boilerplate" operations using simple commands.
Using Meteor boosters you can:
- initialise new project basing on Meteor 1.4 file structure concepts.
- configure settings files in accorance with the Settings composition concept
This section explains how the final settings configuration file is produced.
Get the package
npm install meteor-boosters
Initialise the package from the root of your project
boost init
Setup your project structure
boost setup
Do you want to configure Mongo DB connection once and use it forever?
boost mongo
or faster
boost mongo prod
if you know what environment you're interested in!
Have fun! :)