js-case-converter
v0.1.2
Published
Convert code! You can convert code by camel/snake case you want immediately
Downloads
6
Maintainers
Readme
Convert code!
You can convert code by camel/snake case you want immediately
Usage
example
$ npm i -g js-case-converter
$ case-converter run -c snake -p targetFile.ts
| Option | Value | Description | | ---------- | ----------- | --------------------------------------- | | -c/--case | camel/snake | target case you want | | -p/--print | | If this option exists, print the output |
Feature
- [x] Single File Transform
- [x] Camel Case -> Snake Case
- [x] Snake Case -> Camel Case
- [x] Directory Support
- [ ] Transform Rule Custom