add/run additional process before the node intentionally/unintentionally close the app.
TypeScript definitions for graceful-fs
Run some code when the process exits (supports async hooks and pm2 clustering)
graceful exit process even parent exit on SIGKILL.
A drop-in replacement for fs, making various improvements.
Graceful process exit manager. allows waiting on multiple async services.
A replacement for process.exit that ensures stdio are fully drained before exiting.
Gracefully shutdown your modular NodeJS application
Check license info for a package
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Graceful exit when `uncaughtException` emit, base on `process.on('uncaughtException')`.
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
A replacement for process.exit that ensures stdio are fully drained before exiting.
gracefully shuts downs http server
when you want to fire an event no matter how a process exits.
Send CTRL-C to a process on Windows
Show some ❤️ to process errors
Execute a function on exit without leaking memory, allowing all objects to be garbage collected
Allow graceful exits for express apps, supporting zero downtime deploys
Run a child as if it's the foreground process. Give it stdio. Exit when it exits.
Promisified graceful-fs
A supervisor program for running nodejs programs
Graceful exit for your fastify application
Run cleanup logic just before the process exits without interfering