dragonwong / blog

a blog based on github page
dragonwong.github.io/blog/
9 stars 4 forks source link

supervisor:迷你而优秀的 node 监控脚本 #16

Open dragonwong opened 6 years ago

dragonwong commented 6 years ago

node 开发中,我们常常需要监控代码,在有改动的时候实现自动刷新。

supervisor 应运而生。

使用方式

# 安装:必须是全局哦
npm install supervisor -g

# 使用:supervisor [原命令]
supervisor node index.js