Gathering detailed insights and metrics for exec-limiter-cli
Gathering detailed insights and metrics for exec-limiter-cli
Gathering detailed insights and metrics for exec-limiter-cli
Gathering detailed insights and metrics for exec-limiter-cli
Run multiple shell commands in parallel, but with a limit.
npm install exec-limiter-cli
Typescript
Module System
Node Version
NPM Version
63.1
Supply Chain
77.3
Quality
75.9
Maintenance
100
Vulnerability
80
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1 Stars
19 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Feb 13, 2025
Latest Version
1.0.8
Package Id
exec-limiter-cli@1.0.8
Unpacked Size
7.89 kB
Size
3.63 kB
File Count
5
NPM Version
10.9.2
Node Version
23.6.0
Published on
Feb 13, 2025
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
3
$ exec-limiter
Run multiple shell commands in parallel, but with a limit.
You can install the package globally and use it as command line tool:
1# Using npm 2npm install --global exec-limiter-cli 3 4# Using yarn 5yarn global add exec-limiter-cli
:bulb: ProTip: If you want to use this package as module, check out exec-limiter
—the API version of it.
Then, run exec-limiter --help
and see what the CLI tool can do.
$ exec-limiter --help
Usage: exec-limiter <input> [options]
Run multiple shell commands in parallel, but with a limit.
Command arguments:
<input> The input file.
Options:
-m, --max <max> The number of how many parallel processes you want
to run.
-h, --help Displays this help.
-v, --version Displays version information.
Examples:
$ exec-limiter -m 3 commands.txt
Documentation can be found at https://github.com/IonicaBizau/exec-limiter-cli#readme.
There are few ways to get help:
Have an idea? Found a bug? See how to contribute.
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
Starring and sharing the projects you like :rocket:
—I love books! I will remember you after years if you buy me one. :grin: :book:
—You can make one-time donations via PayPal. I'll probably buy a
coffee tea. :tea:
—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).
Bitcoin—You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6
Thanks! :heart:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/12 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
Reason
SAST tool is not run on all commits -- score normalized to 0
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