kebaber

A command line utility to convert projects to kebab case (and others)


License
MIT
Install
npm install kebaber@1.0.0

Documentation

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

| Option | Values | Description | |--|--|--| | -s, --style | kebab [default], camel, snake, lower, upper | The 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