1.0.0 • Published 8 years ago

kebaber v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Kebaber

A CLI tool to convert NodeJS project file name case styling and updating internal require paths to match!

Warning!

Use at your own discretion, this has worked personally on large node projects without any problems, but make sure you use version control so that you can undo changes if it didn't quite work

Install

npm install -g kebaber

Run

kebaber ~/path/to/your/project --style kebab

Options

OptionValuesDescription
-s, --stylekebab [default], camel, snake, lower, upperThe casing style to use

To Do

A short to do list of features that I may add in the future

  • × Add in --exclude property
  • × Add in --verbose property