repeat-cli-command
Version:
A simple CLI tool to run any command multiple times
27 lines (26 loc) • 576 B
JSON
{
"name": "repeat-cli-command",
"version": "1.0.9",
"description": "A simple CLI tool to run any command multiple times",
"main": "index.js",
"bin": {
"repeat-cli-command": "index.js"
},
"author": "Razvan Vancea",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/razvanvancea/repeat-cli-command.git"
},
"bugs": {
"url": "https://github.com/razvanvancea/repeat-cli-command/issues"
},
"keywords": [
"cli",
"retry",
"repeat",
"flaky",
"test"
],
"homepage": "https://github.com/razvanvancea/repeat-cli-command#readme"
}