0.5.0 • Published 2 years ago

recaser v0.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.4.6

2 years ago

0.5.0

2 years ago

0.4.4

5 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago