Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afeiship/next-kebab-case
- Owner: afeiship
- License: mit
- Created: 2019-01-04T04:23:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T13:28:16.000Z (over 1 year ago)
- Last Synced: 2024-04-24T15:27:06.340Z (8 months ago)
- Topics: dasherize, kebab, kebab-case, lodash, next
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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