Gathering detailed insights and metrics for recursive-directory-case-changer
Gathering detailed insights and metrics for recursive-directory-case-changer
npm install recursive-directory-case-changer
Typescript
Module System
Min. Node Version
Node Version
NPM Version
70.6
Supply Chain
82.2
Quality
74.9
Maintenance
100
Vulnerability
100
License
Release recursive-directory-case-changer v0.1.3
Updated on May 20, 2023
Release recursive-directory-case-changer v0.1.2
Updated on May 17, 2023
Release recursive-directory-case-changer v0.1.1
Updated on May 17, 2023
Release recursive-directory-case-changer v0.1.0
Updated on May 17, 2023
TypeScript (60.56%)
JavaScript (39.44%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
614
Last Day
2
Last Week
3
Last Month
23
Last Year
231
MIT License
1 Stars
12 Commits
1 Watchers
1 Branches
1 Contributors
Updated on May 20, 2023
Minified
Minified + Gzipped
Latest Version
0.1.3
Package Id
recursive-directory-case-changer@0.1.3
Unpacked Size
42.03 kB
Size
10.20 kB
File Count
43
NPM Version
9.6.6
Node Version
20.2.0
Published on
May 20, 2023
Cumulative downloads
Total Downloads
Last Day
100%
2
Compared to previous day
Last Week
-57.1%
3
Compared to previous week
Last Month
475%
23
Compared to previous month
Last Year
-39.7%
231
Compared to previous year
A simple script to change the case of all files and directories in a directory recursively.
It is recommended to back up your directory before using this script.
1npx recursive-directory-case-changer -c kebab-case -a true src/ lib/ 2 3Changing case of directories: src, lib
1npm i -g recursive-directory-case-changer 2 3rdcc -c kebab-case -a true src/ lib/ 4 5Changing case of directories: src, lib
1Usage: cli [options] [command] 2 3Options: 4 -V, --version output the version number 5 -h, --help display help for command 6 7Commands: 8 execute [options] <dirs...> 9 help [command] display help for command
-c, --case-type <caseType>
(default: kebab-case
)
Supported case types:
kebab-case
-a, --adjust', 'Adjust import and export statements.
(default: true
)
No vulnerabilities found.
No security vulnerabilities found.