1.0.3 • Published 3 years ago

exec-ignore-errors v1.0.3

Weekly downloads
30
License
MIT
Repository
-
Last release
3 years ago

exec-ignore-errors

Run a CLI command ignoring any errors. This package is useful when you run a command and cannot make sure it works correctly, but you don‘t want anything else to be interrupted.

license

Installation

npm i exec-ignore-errors

Example

Use this in the shell.

exec-ignore-errors node 1.js

Use this in the npm script.

{
  "scripts": {
    "start": "exec-ignore-errors node 1.js"
  }
}
1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago