Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

recursive-directory-case-changer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

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
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc