Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jclem/tasty-kebab-case
https://github.com/jclem/tasty-kebab-case
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jclem/tasty-kebab-case
- Owner: jclem
- License: mit
- Created: 2018-04-27T15:31:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T15:35:28.000Z (over 6 years ago)
- Last Synced: 2024-09-14T06:06:16.683Z (2 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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);
```