samsonjs/strftime

Any plans to create a meteor package of strftime?

Opened this issue · 3 comments

I'm using it in my meteor app now. Couldn't find it in atmosphere.js. It'd be nice if this is readily available as a package.

There are no current plans for this. Do you know what's involved in creating and publishing such a package? If it's as easy as including a JSON file in the repo and pushing to GitHub (like component and bower) then I'm all for it. If it's more involved, would you be willing to maintain the meteor package?

Am pretty new to meteor. From what i read, it looks like a simple inclusion of a package.js file. I can test this out with my app and send a PR if you prefer that.

Ok that sounds good! I love the idea of having strftime available in atmosphere.js. If the release process can be automated then I don't mind making releases there, but creating the package and getting it all automated is very low on my list since I don't use meteor myself.