Skip to content

Commit

Permalink
Merge branch 'master' into kg-documentation
Browse files Browse the repository at this point in the history
# Conflicts:
#	CONTRIBUTING.md
#	README.md
  • Loading branch information
kevgo committed Jul 19, 2019
2 parents e5f27fd + 1b1bc61 commit d781b85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions .prettierrc
@@ -1,2 +1,3 @@
semi: false
proseWrap: always
singleQuote: true
17 changes: 10 additions & 7 deletions README.md
Expand Up @@ -6,9 +6,8 @@
[![install size](https://packagephobia.now.sh/badge?p=end-child-processes@1.0.0)](https://packagephobia.now.sh/result?p=end-child-processes@1.0.0)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/kevgo/end-child-processes.svg)](https://lgtm.com/projects/g/kevgo/end-child-processes/context:javascript)

This library reliably ends all child processes (and their child processes)
the current process has spawned.
It doesn't end the current process itself.
This library reliably ends all child processes (and their child processes) the
current process has spawned. It doesn't end the current process itself.

## Installation

Expand All @@ -30,15 +29,19 @@ await endChildProcesses()

## Related work

Dependent on your use case, these other libraries that might also be a good fit for you:
Dependent on your use case, these other libraries that might also be a good fit
for you:

- [tree-kill](https://github.com/pkrumins/node-tree-kill): ends all processes in the process tree, including the current process
- [@jub3i/tree-kill](https://github.com/jub3i/tree-kill): ends all processes in the process tree, including the current process
- [tree-kill](https://github.com/pkrumins/node-tree-kill): ends all processes in
the process tree, including the current process
- [@jub3i/tree-kill](https://github.com/jub3i/tree-kill): ends all processes in
the process tree, including the current process

## Development

- <b textrun="verify-make-command">make test</b>: runs all tests
- <b textrun="verify-make-command">make help</b>: see all available Make commands
- <b textrun="verify-make-command">make help</b>: see all available Make
commands

To deploy:

Expand Down

0 comments on commit d781b85

Please sign in to comment.