Socket
Socket
Sign inDemoInstall

recursive-directory-case-changer

Package Overview
Dependencies
6
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

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.


Version published
Maintainers
1
0

Weekly downloads

Readme

Source

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)

Keywords

FAQs

Last updated on 20 May 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc