HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/nodejs/lodash-cli/template/
Upload File :
Current File : //proc/1784574/root/usr/share/nodejs/lodash-cli/template/readme.jst
# <%= name %> v<%= version %>

The [Lodash](https://lodash.com/) method `_.<%= identifier %>` exported as a [Node.js](https://nodejs.org/) module.

## Installation

Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save <%= name %>
```

In Node.js:
```js
var <%= identifier %> = require('<%= name %>');
```

See the [documentation](https://lodash.com/docs#<%= identifier %>) or [package source](https://github.com/lodash/lodash/blob/<%= version %>-npm-packages/<%= name %>) for more details.