Tutorial by Examples

We make use of Dispatches great Meteor Github Packages (mgp) package: npm install --save mgp Then, add the following command to your package.json scripts: "mgp": "mgp" Create a file named git-packages.json in your project root. Add a config for every (private) Meteor Gith...
Append the following command to the Codeship setup commands: meteor npm run mgp Now, we need to give Codeship access to these private repositories. There is a Codeship documentation article describing this process in detail but here are the steps that you have to take for Github: Create a new...

Page 1 of 1