repeat-cli-command
v1.0.9
Published
A simple CLI tool to run any command multiple times
Readme
Installation
Install the following package:
npm install -D repeat-cli-commandHow to run
npx repeat-cli-command "YOUR_COMMAND" --times=NUMBER_OF_TIMES_THAT_WILL_BE_EXECUTED
npx repeat-cli-command "npx playwright test" --times=5Contributions
Feel free to open a pull request or drop any feature request or bug in the issues.
Please see more details in the contributing doc.
