0.0.4 • Published 6 years ago

keeprunning v0.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

KeepRunning

A console command as simple as it gets. Just put "keeprunning" before any other command and it will keep your command running. If your command exits for any reason, it will be immediately restarted.

Installation

Install via NPM with:

npm install -g keeprunning

Usage

Just put keeprunning before any command. Like... keeprunning ./my-server-thingy

That's it. Really.