1.3.0 • Published 8 years ago

mgp v1.3.0

Weekly downloads
108
License
MIT
Repository
github
Last release
8 years ago

Meteor Git Packages Build Status

This tools helps you share private meteor packages.

Getting Started

  • npm install -g mgp

  • Add git-packages.json to the root of your project.

{
  "my:private-package": {
    "git": "git@github.com:my/private-packages.git",
    "version": "commithashortag",
    "path": "optional/directory/path"
  },
  "my:other-private-package": {
    "git": "git@github.com:my/private-packages.git",
    "version": "commithashortag"
  },
  "my:yet-another-private-package": {
    "git": "git@github.com:my/private-packages.git",
    "branch": "dev"
  }
}
  • Run mgp in your meteor directory to copy the packages from github or mgp my:private-package to copy an individual package.

You can also run mgp --https to convert github ssh urls to https. This is useful for using .netrc on build machines.

  • Add local-packages.json to the root of your project:
{
  "my:private-package": {
    "path": "~/path/to/private-package"
  },
  "my:other-private-package": {
    "path": "relative/path/to/other-private-package"
  }
}
  • Run mgp link in your meteor directory to symlink your local packages or mgp link my:private-package to symlink an individual package.
1.3.0

8 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago