js-case-converter
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i js-case-converter

Weekly Downloads

1

Version

0.1.2

License

ISC

Unpacked Size

8.68 kB

Total Files

9

Last publish

Collaborators

  • marades