1.0.8 • Published 3 years ago

@anzerr/kill.tree v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Intro

GitHub Actions status | publish

Kill a tree of process for a given pid

Install

npm install --save git+https://git@github.com/anzerr/kill.tree.git
npm install --save @anzerr/kill.tree

Example

const kill = require('kill.tree');

kill(1, 'SIGKILL').then(({tree, pid, killed}) => {
    // failed to kill tree
}).catch(() => {
    // failed to kill tree
})
1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago