Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/next-kebab-case

Kebab case for next.
https://github.com/afeiship/next-kebab-case

dasherize kebab kebab-case lodash next

Last synced: 9 days ago
JSON representation

Kebab case for next.

Awesome Lists containing this project

README

        

# next-kebab-case
> Kebab case for next.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```bash
npm install -S @jswork/next-kebab-case
```

## usage
```js
import '@feizheng/next-kebab-case';

const res = nx.kebabCase('raDiuScHan_ge d');

// ra-diu-sc-han-ge-d
```

## resources
- https://gist.github.com/tdukart/b87afb278c41245741ae7a0c355a0a0b
- https://gist.github.com/thevangelist/8ff91bac947018c9f3bfaad6487fa149

## license
Code released under [the MIT license](https://github.com/afeiship/next-kebab-case/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/next-kebab-case
[version-url]: https://npmjs.org/package/@jswork/next-kebab-case

[license-image]: https://img.shields.io/npm/l/@jswork/next-kebab-case
[license-url]: https://github.com/afeiship/next-kebab-case/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-kebab-case
[size-url]: https://github.com/afeiship/next-kebab-case/blob/master/dist/next-kebab-case.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/next-kebab-case
[download-url]: https://www.npmjs.com/package/@jswork/next-kebab-case