Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ciena-blueplanet/ember-lodash-shim

Lodash for Ember apps
https://github.com/ciena-blueplanet/ember-lodash-shim

ember lodash

Last synced: 3 months ago
JSON representation

Lodash for Ember apps

Awesome Lists containing this project

README

        

# ember-lodash-shim

[![Travis][ci-img]][ci-url] [![Coveralls][cov-img]][cov-url] [![NPM][npm-img]][npm-url] ![Ember][ember-img]

## Installation

```bash
ember install ember-lodash-shim
```

## Usage

```js
import _ from 'lodash'
```

To learn more about *lodash* and how to use it visit the [lodash](https://github.com/lodash/lodash) Github page.

[ci-img]: https://img.shields.io/travis/ciena-blueplanet/ember-lodash-shim.svg "Travis CI Build Status"
[ci-url]: https://travis-ci.org/ciena-blueplanet/ember-lodash-shim
[cov-img]: https://img.shields.io/coveralls/cciena-blueplanet/ember-lodash-shim.svg "Coveralls Code Coverage"
[cov-url]: https://coveralls.io/github/ciena-blueplanet/ember-lodash-shim
[ember-img]: https://img.shields.io/badge/ember-1.12.2+-green.svg "Ember 1.12.2+"
[npm-img]: https://img.shields.io/npm/v/ember-lodash-shim.svg "NPM Version"
[npm-url]: https://www.npmjs.com/package/ember-lodash-shim