This package does the following:
- Adds ramda-ember to your project
- Adds ramda-ember-rsvp to your project (works with Ember.RSVP)
- Re-implements regular R function like
propandpluckto be compatible with Ember.js getters and setters (See warning below) - Adds
R.Embernamespace to house Ember-specific functions
This is a work in progress. Not all functions have been modified to be Emberjs compatible. When in doubt, check the source to see if a function has been implemented. If you need a Ramda function that has not been ported yet, then please submit a pull request!
ember install Ember-cli-ramda-extendednpm installbower install
After installing, the R namespace is globally available, including R.rsvp and R.Ember