0.5.0 • Published 1 year ago

recaser v0.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
1 year ago

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

Bulk-rename files in the Movies directory, and its subdirectories, to match kebab case:

recase kebab ./Movies --recursive

Options

Recaser handles the following cases:

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

License

MIT

0.4.5

1 year ago

0.4.6

1 year ago

0.5.0

1 year ago

0.4.4

4 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago