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.