https://github.com/djyoko/convertcase
a simple program for TEXT exchange. from camelCase to kebab-case, from kebab-case to snake_case etc...
https://github.com/djyoko/convertcase
javascript typescript webpack
Last synced: 3 months ago
JSON representation
a simple program for TEXT exchange. from camelCase to kebab-case, from kebab-case to snake_case etc...
- Host: GitHub
- URL: https://github.com/djyoko/convertcase
- Owner: DJYoko
- Created: 2019-01-31T14:42:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T12:35:51.000Z (over 1 year ago)
- Last Synced: 2025-01-21T15:15:49.480Z (over 1 year ago)
- Topics: javascript, typescript, webpack
- Language: TypeScript
- Homepage: https://djyoko.github.io/convertCase/
- Size: 440 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### convertCase
## about
convertCase is a simple program for TEXT exchange.
from camelCase to chain-case, from chain-case to snake_case etc...
demo [https://djyoko.github.io/convertCase/](https://djyoko.github.io/convertCase/)
## Typescript
in current version, convertCase.js is build by webpack from Typescript(s).
if you wanna check Legacy (pure js) version, check `/docs/convertCase_legacy.js`