@dplei/respawn
v0.0.3
Published
A Node.js CLI tool to keep a specified process running continuously by automatically restarting and re-executing the command on unexpected exits, ensuring high availability.
Maintainers
Readme
Respawn
一个极简的 Node.js 命令行工具,用于持续运行指定的 Node 脚本,当脚本意外退出时自动重启,确保开发脚本不断运行。
安装
npm install -g respawn用法
respawn pnpm dev