🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

recursive-directory-case-changer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recursive-directory-case-changer

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

0.1.3
latest
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

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)

FAQs

Package last updated on 20 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts