conventional-changelog-action/node_modules/lodash.template
Tycho Bokdam 999eba1f94
chore: Added node_modules to release branch
2019-10-18 11:54:08 +02:00
..
LICENSE chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
README.md chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
index.js chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
package.json chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00

README.md

lodash.template v4.5.0

The Lodash method _.template exported as a Node.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.template

In Node.js:

var template = require('lodash.template');

See the documentation or package source for more details.