recursive-directory-case-changer
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

recursive-directory-case-changer

A simple script to change the case of all files and directories in a directory recursively.

Warning ⚠️

It is recommended to back up your directory before using this script.

Example

npx

npx recursive-directory-case-changer -c kebab-case -a true src/ lib/

Changing case of directories: src, lib

npm

npm i -g recursive-directory-case-changer

rdcc -c kebab-case -a true src/ lib/

Changing case of directories: src, lib

Usage

Usage: cli [options] [command]

Options:
  -V, --version                output the version number
  -h, --help                   display help for command

Commands:
  execute [options] <dirs...>
  help [command]               display help for command

Options

-c, --case-type <caseType> (default: kebab-case)

Supported case types:

  • kebab-case

-a, --adjust', 'Adjust import and export statements. (default: true)

Package Sidebar

Install

npm i recursive-directory-case-changer

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

43 kB

Total Files

43

Last publish

Collaborators

  • rmolinamir