2.3.1 • Published 9 years ago
meteor-multi-deploy v2.3.1
meteor-multi-deploy
The Goal
Automate the deployment of a meteor project to multiple platforms.
Requirements
node >= 6.0.0
Get Started
npm install -g meteor-multi-deploy
cd path/to/my-project
mmd setup
mmd android production
mmd ios production
mmd heroku production
mmd # print help info
meteor-multi-deploy.json
After you run mmd setup
, a meteor-multi-deploy.json file will be generated.
Let's call the json object config
.
When you run mmd <platform> <environment>
, mmd will combine default config and
specific config for the platform and environment. The priority is in this order:
- config.\<platform>.\<environment>
- config.\<platform>.default
- config.default.\<environment>
- config.default.default
2.3.1
9 years ago
2.3.0
9 years ago
2.2.0
9 years ago
2.1.4
9 years ago
2.1.3
9 years ago
2.1.2
9 years ago
2.1.1
9 years ago
2.1.0
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
1.1.2
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.14
9 years ago
1.0.13
9 years ago
1.0.12
9 years ago
1.0.11
9 years ago
1.0.10
9 years ago
1.0.9
9 years ago
1.0.8
9 years ago
1.0.7
9 years ago
1.0.6
9 years ago
1.0.5
9 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.0.1
10 years ago