ember-ramda

0.0.1 • Public • Published

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-ramda

And 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 clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

Readme

Keywords

Package Sidebar

Install

npm i ember-ramda

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • csc111vs