svasva / meteor-publish-with-relations

Meteor.js SmartPackage to publish associated collections at once.
162 stars 30 forks source link

Package still maintained? #25

Open dandv opened 9 years ago

dandv commented 9 years ago

https://atmospherejs.com/mrt/publish-with-relations seems abandoned

Last commit a year ago?

The remove from Atmosphere:

meteor admin set-unmigrated <package-name>
Overload119 commented 9 years ago

+1

hanchang commented 9 years ago

+1

advany commented 9 years ago

+1

hanchang commented 9 years ago

I'm using reywood:publish-composite instead and it's been working great:

https://atmospherejs.com/reywood/publish-composite https://github.com/englue/meteor-publish-composite/

chneau commented 8 years ago

+1

I enjoy publish-composite, but not sure to be able to use it because of the LGPL licence (sort of making your code open source -> http://stackoverflow.com/a/11752204 ).