Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prose wrap #23

Merged
merged 2 commits into from
Jul 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
semi: false
proseWrap: always
singleQuote: true
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
#### testing

- <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
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
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 @@ -32,8 +31,10 @@ await endChildProcesses()

There are a number of other libraries that might be a better fit for you:

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

## Development

Expand Down