0.0.1 • Published 10 years ago
ember-ramda v0.0.1
ember-ramda
Use
First you install this addon
# ember-cli > 0.2.3
ember install ember-ramda
# ember-cli <= 0.2.3
ember install:addon ember-ramdaAnd then in your ember.js app, you can import individual ramda modules freely
import _ from 'ramda';
let truncatedString = _string.trunc(rawString);Additionally, if you wish to work with the entire ramda library on a single namespace, you have the option of importing that as well
Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Building
0.0.1
10 years ago