7e07cb3143da76b2caf4bd17128bdd94e81c6585af5eb9098ee1db5f6d97dc98d16e4c79a695aabb5aaf444185abe575b91a884d53ee7f64e83ec029d86c8d 474 B

123456789101112131415161718
  1. # lodash.kebabcase v4.1.1
  2. The [lodash](https://lodash.com/) method `_.kebabCase` exported as a [Node.js](https://nodejs.org/) module.
  3. ## Installation
  4. Using npm:
  5. ```bash
  6. $ {sudo -H} npm i -g npm
  7. $ npm i --save lodash.kebabcase
  8. ```
  9. In Node.js:
  10. ```js
  11. var kebabCase = require('lodash.kebabcase');
  12. ```
  13. See the [documentation](https://lodash.com/docs#kebabCase) or [package source](https://github.com/lodash/lodash/blob/4.1.1-npm-packages/lodash.kebabcase) for more details.