recaser

Bulk-rename files to match a certain case.

Usage no npm install needed!

<script type="module">
  import recaser from 'https://cdn.skypack.dev/recaser';
</script>

README

dependencies npm package vulnerabilities

Recaser

Bulk-rename files to match a certain case.

Installation

Installing the package with npm:

npm install --global recaser

Installing the package with yarn:

yarn global add recaser

Usage

Bulk-rename files in the Movies directory to match camel case:

recase camel ./Movies

Options

Recaser handles the following cases:

  • lower
  • upper
  • camel
  • pascal
  • kebab
  • snake
  • train

License

MIT