Skip to content

jakubbarczyk/recaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bulk-rename files to match a specific case.

Resources

Stars

Watchers

Forks

Packages

No packages published