devongovett / slang

A collection of utility functions for working with strings in JavaScript in the browser or Node
MIT License
169 stars 14 forks source link

Added Meteor.js Package support #7

Open andyp22 opened 9 years ago

andyp22 commented 9 years ago

I would like to use slang.js in a Meteor project I am working on and so following best practices listed here I forked the project and made the needed modifications. All that is left is to create a Meteor developer account and publish the package.

devongovett commented 9 years ago

Wow, meteor can't just use npm? I'd really like to avoid having to maintain another build. I don't know anything about meteor, but a quick google search turned up this: https://github.com/meteorhacks/npm. Does that work for you?

andyp22 commented 9 years ago

That is one possibility but not considered the best way to do it. By packaging slang Meteor can handle scoping for the application and only use the library where needed. I am able to use the forked repository for my project if this code is not something you want to maintain.