Skip to content

Commit

Permalink
Prose wrap (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Jul 19, 2019
1 parent 24f7dca commit 1b1bc61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
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

0 comments on commit 1b1bc61

Please sign in to comment.