1.1.4 • Published 9 years ago
meteor-boosters v1.1.4
Meteor-boosters
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
Settings file composition
This section explains how the final settings configuration file is produced.
Quick Start
Get the package
npm install meteor-boostersInitialise the package from the root of your project
boost initSetup your project structure
boost setupDo you want to configure Mongo DB connection once and use it forever?
boost mongoor faster
boost mongo prodif you know what environment you're interested in!
Have fun! :)