bergie / create

Midgard Create, a generic web editing interface for any CMS
https://bergie.github.com/create
MIT License
2.47k stars 279 forks source link

Create Meteor.js package? #216

Open brylie opened 8 years ago

brylie commented 8 years ago

I would like to include Create.js in Meteor.js projects. Meteor.js has a package server called Atmosphere, where community members can share their work. It is possible for users to package libraries that they do not maintain, but it is recommended that upstream providers provide official packaging.

Would you consider providing a package for Meteor, so that Create.js can easily be included in Meteor projects? There is an autopublish tool that is recommended to automate this process: https://autopublish.meteor.com/

bergie commented 8 years ago

I'd be happy to see this happen, but have zero experience with Meteor, so probably better that somebody from that community makes a pull request.

brylie commented 8 years ago

While I am happy to re-package this project for Meteor.js, Autopublish may be a more suitable solution.

Autopublish is designed to avoid the manual pull request and re-packaging of third party code. It automatically publishes official packages to Atmosphere by using Github webhooks.