Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/next-camelize
CameCase for next.
https://github.com/afeiship/next-camelize
camelcase-input camelize lang next string utility
Last synced: 12 days ago
JSON representation
CameCase for next.
- Host: GitHub
- URL: https://github.com/afeiship/next-camelize
- Owner: afeiship
- License: mit
- Created: 2017-08-12T01:51:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T05:46:06.000Z (over 1 year ago)
- Last Synced: 2024-10-06T22:23:47.663Z (about 1 month ago)
- Topics: camelcase-input, camelize, lang, next, string, utility
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-camelize
> CameCase 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-camelize
```## usage
```js
import '@jswork/next-camelize';nx.camelize('font-size');
nx.camelize('font.size');
nx.camelize('font_size');
//fontSizenx.camelize('abc.fontSize');
//abcFontSize
```## license
Code released under [the MIT license](https://github.com/afeiship/next-camelize/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/next-camelize
[version-url]: https://npmjs.org/package/@jswork/next-camelize[license-image]: https://img.shields.io/npm/l/@jswork/next-camelize
[license-url]: https://github.com/afeiship/next-camelize/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-camelize
[size-url]: https://github.com/afeiship/next-camelize/blob/master/dist/next-camelize.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/next-camelize
[download-url]: https://www.npmjs.com/package/@jswork/next-camelize