Extend Ramda with extra capabilities, including Ember.js support.
npm install ramda-extendedThis package does the following:
* Bundles Ramda v0.19.1 so you shouldn't install ramda separately
* Adds additional helper methods to the global R object
* ramda-extended (npm/github)
* ramda-extended-rsvp (npm/github)
* ember-cli-ramda-extended (npm/github)
* bower install --save ramda-extended
* npm install --save
* var R = require('ramda-extended')
0.3.0: MAJOR BREAKING CHANGES
* Moved RSVP support to ramda-extended-rsvp
* Moved Ember support to ember-cli-ramda-extended
* Simplified the build structure