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

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...

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`