Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfware/decamelize
ES Module fork of decamelize
https://github.com/cfware/decamelize
Last synced: 29 days ago
JSON representation
ES Module fork of decamelize
- Host: GitHub
- URL: https://github.com/cfware/decamelize
- Owner: cfware
- License: mit
- Created: 2020-11-05T01:17:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T16:07:53.000Z (about 1 year ago)
- Last Synced: 2024-11-18T11:16:26.019Z (about 1 month ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @cfware/decamelize [![NPM Version][npm-image]][npm-url]
ES Module fork of [decamelize](github.com/sindresorhus/decamelize)
## Usage
```js
import decamelize from '@cfware/decamelize';console.log(decamelize('noTab'));
// => no-tabconsole.log(decamelize('testGUILabel'));
// => test-gui-label
```[npm-image]: https://img.shields.io/npm/v/@cfware/decamelize.svg
[npm-url]: https://npmjs.org/package/@cfware/decamelize