Bulk-rename files to match a certain case.
Installing the package with npm:
npm install --global recaserInstalling the package with yarn:
yarn global add recaserBulk-rename files in the Movies directory to match camel case:
recase camel ./MoviesBulk-rename files in the Movies directory, and its subdirectories, to match kebab case:
recase kebab ./Movies --recursiveRecaser handles the following cases:
- lower
- upper
- camel
- pascal
- kebab
- snake
- train