New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

meteor-multi-deploy

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meteor-multi-deploy

Automate the deployment of a meteor project to multiple platforms.

latest
Source
npmnpm
Version
2.3.1
Version published
Weekly downloads
4
-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

meteor-multi-deploy

travis npm semantic-release

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

Keywords

meteor

FAQs

Package last updated on 16 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts