timeout-cli
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "timeout-cli", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "An Rx-version of child_process.spawn", | ||
"scripts": { | ||
"bin": { | ||
"timeout": "lib/src/index.js" | ||
@@ -7,0 +7,0 @@ }, |
@@ -5,6 +5,12 @@ # timeout-cli: GNU timeout for node | ||
## To Install: | ||
```sh | ||
npm i -g timeout-cli | ||
``` | ||
## Usage: | ||
``` | ||
Usage: timeout-cli -- some-cmd 1 2 3 | ||
Usage: timeout -- some-cmd arg1 arg2 arg3 | ||
Execute a command and exit if it doesn't terminate in a certain amount of time | ||
@@ -11,0 +17,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39611
26