create icon indicating copy to clipboard operation
create copied to clipboard

Create Meteor.js package?

Open brylie opened this issue 10 years ago • 2 comments

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/

brylie avatar Sep 25 '15 13:09 brylie

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.

bergie avatar Sep 25 '15 13:09 bergie

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.

brylie avatar Sep 25 '15 15:09 brylie