Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
human-signals
Human-friendly process signals
signal-exit
when you want to fire an event no matter how a process exits.
restore-cursor
Gracefully restore the CLI cursor on exit
exit
A replacement for process.exit that ensures stdio are fully drained before exiting.
hard-rejection
Make unhandled promise rejections fail hard right away instead of the default silent fail
on-exit-leak-free
Execute a function on exit without leaking memory, allowing all objects to be garbage collected
loud-rejection
Make unhandled promise rejections fail loudly instead of the default silent fail
exit-hook
Run some code when the process exits
state-toggle
Enter/exit a state
unload
Execute code when the js-process exits. On all javascript-environments
async-exit-hook
Run some code when the process exits (supports async hooks and pm2 clustering)
spawnd
Spawn a dependent child process.
node-cleanup
installs custom cleanup handlers that run on exiting node
exit-on-epipe
Cleanly exit process on EPIPE
when-exit
Execute a function right before the process, or the browser's tab, is about to exit.
exeunt
exiting a node.js process *and flushing stdout and stderr*
fkill
Fabulously kill processes. Cross-platform.
close-with-grace
Exit your process, gracefully (if possible)
react-native-exit-app
Exit,close,kill,shutdown app completely for React Native on iOS and Android.
jest-mock-process
Easily mock NodeJS process properties in Jest