Gathering detailed insights and metrics for make-dir-range-cli
Gathering detailed insights and metrics for make-dir-range-cli
Gathering detailed insights and metrics for make-dir-range-cli
Gathering detailed insights and metrics for make-dir-range-cli
npm install make-dir-range-cli
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
10 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Nov 26, 2018
Latest Version
1.0.4
Package Id
make-dir-range-cli@1.0.4
Unpacked Size
4.57 kB
Size
2.11 kB
File Count
4
NPM Version
6.4.1
Node Version
10.13.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
Make directories from ranges of integers.
npm install --global make-dir-range-cli
$ make-dir-range --help
Make directories from ranges of integers.
Usage
$ make-dir-range <int>-<int>
Options
--destination, -d Destination for dirs
--prepend, -p Prepend to dir name
--append, -a Append to dir name
Example
$ make-dir-range 1-50,55-60
$ make-dir-range 1-3,5,9-10
$ tree
.
├── 1
├── 2
├── 3
├── 5
├── 9
├── 10
│ ...
$ make-dir-range 11-13,15 --destination out --append a --prepend p
$ tree
.
├── out
│ ├── p11a
│ ├── p12a
│ ├── p13a
│ └── p15a
│ ...
Follow the instructions on this Stack Overflow answer to set up an alias on Windows.
alias mdr=make-dir-range
This project is licensed under the MIT License - see the LICENSE file for details
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
4 existing vulnerabilities detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/10 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More