@todo
$ chmod +x meteorBase.sh
$ ./meteorBase.sh myapp
$ cd myapp
$ meteor
Environment : development / staging / production
- Configure config/developement.sh with your custom vars
- Configure config/settings.development.json with your custom vars
- and use ...
$ source config/developement.sh
$ meteor --settings=config/settings.development.json