repeat-cli
v1.0.0
Published
A simple CLI tool to run any command multiple times
Readme
Installation
Install the following package:
npm install -D retry-cliHow to run
npx retry-cli "YOUR_COMMAND" --times=NUMBER_OF_TIMES_THAT_WILL_BE_EXECUTED
npx retry-cli "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.
