autorestart
v0.0.1
Published
Automatically restart process when it quits
Downloads
3
Readme
autorestart
Small tool that automatically restarts processes instead of me. I use it when developing Electron apps.
$ autorestart electron .
Usually I run it parallel to my TypeScript watch process using concurrently:
$ concurrently "tsc -w" "autorestart electron ."