Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ciena-blueplanet/ember-lodash-shim
- Owner: ciena-blueplanet
- License: mit
- Created: 2016-08-02T00:01:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T17:51:28.000Z (over 6 years ago)
- Last Synced: 2024-11-07T15:52:27.317Z (3 months ago)
- Topics: ember, lodash
- Language: JavaScript
- Size: 603 KB
- Stars: 4
- Watchers: 12
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
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