Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm package #31

Closed
ndhoule opened this issue May 16, 2014 · 3 comments
Closed

npm package #31

ndhoule opened this issue May 16, 2014 · 3 comments

Comments

@ndhoule
Copy link
Contributor

ndhoule commented May 16, 2014

Thanks for writing Ramda—it's really scratching an itch I've had for a while. Would it be possible for you to put it up on npm? I'd love to use it in Node.

@buzzdecafe
Copy link
Member

Thanks for the kind words. i agree, this has to happen. We'll prepare ramda to be published presently.

@CrossEye
Copy link
Member

It's been published, and seems to work. At some point, we'll set up Travis or something to auto-publish.

 npm install ramda

 var r = require('ramda');
 var square = function(n) {return n * n;};
 r.map(square, [1, 2, 3, 4, 5]); //=> [1, 4, 9, 16, 25]

@ndhoule
Copy link
Contributor Author

ndhoule commented May 19, 2014

I can confirm it's working for me too. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants