Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tree-kill-promise

dword-design3kMIT3.0.14

Simple wrapper around the tree-kill module that makes use of promises.

readme

tree-kill-promise

npm version Linux macOS Windows compatible Build status Coverage status Dependency status Renovate enabled
Open in Gitpod Buy Me a Coffee PayPal Patreon

Simple wrapper around the tree-kill module that makes use of promises.

Install

# npm
$ npm install tree-kill-promise

# Yarn
$ yarn add tree-kill-promise

Usage

import kill from 'tree-kill-promise'

// Kill process with pid 1
await kill(1)

// Send signal other than SIGTERM
await kill(1, 'SIGKILL')

For more details please visit the tree-kill docs.

Contribute

Are you missing something or want to contribute? Feel free to file an issue or a pull request! ⚙️

Support

Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing web apps and open source packages. If you want to support me so that I can keep packages up to date and build more helpful tools, you can donate here:

Buy Me a Coffee  If you want to send me a one time donation. The coffee is pretty good 😊.
PayPal  Also for one time donations if you like PayPal.
Patreon  Here you can support me regularly, which is great so I can steadily work on projects.

Thanks a lot for your support! ❤️

License

MIT License © Sebastian Landwehr

changelog

3.0.14 (2023-04-12)

Bug Fixes

  • update dependency output-files to v2.0.27 (0f5f6bb)

3.0.13 (2023-04-11)

Bug Fixes

  • update dependency output-files to v2.0.25 (2642d41)

3.0.12 (2023-04-10)

Bug Fixes

  • update dependency output-files to v2.0.23 (ac34609)

3.0.11 (2023-04-10)

Bug Fixes

  • update dependency @dword-design/functions to v4.1.7 (601a719)

3.0.10 (2023-04-10)

Bug Fixes

  • update dependency output-files to v2.0.21 (b2cb2e2)

3.0.9 (2023-03-21)

Bug Fixes

  • update dependency output-files to v2.0.19 (378ec68)

3.0.8 (2023-03-19)

Bug Fixes

  • update dependency output-files to v2.0.18 (800767f)

3.0.7 (2023-03-19)

Bug Fixes

  • update dependency output-files to v2.0.16 (f397270)

3.0.6 (2023-03-18)

Bug Fixes

  • update dependency output-files to v2.0.15 (92c26fc)

3.0.5 (2023-03-17)

Bug Fixes

  • update dependency output-files to v2.0.13 (613698e)

3.0.4 (2023-03-16)

Bug Fixes

  • update dependency output-files to v2.0.12 (483fb22)

3.0.3 (2023-03-16)

Bug Fixes

  • update dependency execa to v7.1.1 (8af1692)

3.0.2 (2023-03-15)

Bug Fixes

  • update dependency output-files to v2.0.11 (9039aa5)

3.0.1 (2023-02-14)

Bug Fixes

3.0.0 (2023-01-08)

Bug Fixes

BREAKING CHANGES

  • drop node 12 support, move to esm

2.0.8 (2022-01-12)

Bug Fixes

2.0.7 (2022-01-04)

Bug Fixes

2.0.6 (2021-07-20)

Bug Fixes

2.0.5 (2021-07-06)

Bug Fixes

2.0.4 (2021-06-14)

Bug Fixes

2.0.3 (2021-05-28)

Bug Fixes

2.0.2 (2021-05-04)

Bug Fixes

  • update dependency fs-extra to v10 (#25) (c78ef34)
  • update dependency with-local-tmp-dir to v4 (#26) (d59cc77)

2.0.1 (2021-05-03)

Bug Fixes

  • update dependency @dword-design/functions to v4 (#24) (6b57337)

2.0.0 (2021-05-03)

Bug Fixes

  • update dependency @dword-design/base to v8 (#23) (cd3d340)

BREAKING CHANGES

  • require Node.js >= 12

Co-authored-by: Renovate Bot bot@renovateapp.com Co-authored-by: Sebastian Landwehr info@dword-design.de Co-authored-by: GitHub Actions actions@github.com

1.0.12 (2021-04-26)

Bug Fixes

  • update dependency with-local-tmp-dir to v3 (#20) (10dc5b9)

1.0.11 (2021-04-12)

Bug Fixes

1.0.10 (2021-03-31)

Bug Fixes

1.0.9 (2021-03-23)

Bug Fixes

  • update dependency @dword-design/functions to v3 (#12) (8ad36cf)

1.0.8 (2021-03-22)

Bug Fixes

1.0.7 (2021-03-11)

Bug Fixes

1.0.6 (2021-02-17)

Bug Fixes

1.0.5 (2020-12-10)

Bug Fixes

  • deps: update dependency execa to v5 (ef86020)

1.0.4 (2020-12-10)

Bug Fixes

  • config: Update changed files (d03ee20)

1.0.3 (2020-08-26)

Bug Fixes

1.0.2 (2020-07-04)

Bug Fixes

1.0.1 (2020-03-19)

Bug Fixes

  • deps: update dependency fs-extra to v9 (20a412d)

1.0.0 (2020-02-21)

Bug Fixes

Features