tasty-kebab-case
v1.0.0
Published
A tastier replacement for the other unappetizing kebab case modules
Downloads
2
Maintainers
Readme
-🥕-🍅-tasty-kebab-case-🥦-🍆-
This module provides a tastier version of the unappetizing kebab case modules that exist on NPM (and in lodash).
Usage
Install
npm install --save tasty-kebab-case
Use
const { kebab } = require('tasty-kebab-case');
const words = 'hello world';
const tastyKebab = kebab(words);