sindresorhus/fkill

Kill tree (all sub-processes)

オープン

#21 opened on 2017/09/17

 (7 件のコメント) (7 件のリアクション) (0 人の担当者)JavaScript (76 件のフォーク)user submission
:dollar: Funded on Issuehuntenhancementhelp wanted

Repository metrics

Stars
 (794 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Typical use case is starting a process with multiple sub-processes and then wanting to killing them all:

const child = require('child_process').exec("node -e 'while (true);'");
child.kill(); // will not work

It's been implemented for Windows in https://github.com/sindresorhus/fkill/pull/20, would be nice to have this functionality cross-platform.


Backers (Total: $40.00)

Submitted pull Requests


Become a backer now!

Or submit a pull request to get the deposits!

Tips

コントリビューターガイド