Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jclem/tasty-kebab-case


https://github.com/jclem/tasty-kebab-case

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

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

```javascript
const { kebab } = require('tasty-kebab-case');
const words = 'hello world';
const tastyKebab = kebab(words);
```