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

  • Single File Transform
  • Camel Case -> Snake Case
  • Snake Case -> Camel Case
  • Directory Support
  • Transform Rule Custom