DIR: /proc/1784574/task/1784574/root/usr/share/nodejs/lodash-cli/template/ |
Current File : //proc/1784574/task/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. |