Zhouyiping 5a7c95461a first commit vor 3 Tagen
..
LICENSE 5a7c95461a first commit vor 3 Tagen
README.md 5a7c95461a first commit vor 3 Tagen
index.js 5a7c95461a first commit vor 3 Tagen
package.json 5a7c95461a first commit vor 3 Tagen

README.md

lodash.kebabcase v4.1.1

The lodash method _.kebabCase exported as a Node.js module.

Installation

Using npm:

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

In Node.js:

var kebabCase = require('lodash.kebabcase');

See the documentation or package source for more details.