Share private meteor packages with mgp

While we strongly advocate open sourcing packages – we still needed to share a few private meteor packages across projects. So we built a small node package to do that called mgp.

You can define your packages similarly to meteorite’s smart.json. Then if you run mgp it will clone the packages into your packages folder.

mgp link will symlink local development folders.

We hope it’s helpful for someone and we would love any feedback.

3 Likes

Thanks, that was just what i was looking for to replace my old symlink between my webApp and its packages.
It will really helps for deployment. (i also love open-source, but sometimes, you need to keep it private).

Nicely done! This is all sorts of useful!