1.0.3 • Published 4 years ago
run-and-kill v1.0.3
Run and kill
Run command and then kill it with certain ports.
Install
npm install run-and-killUsage
npx run-and-kill 'http-server' 'stop the server' 8080Will kill the http-server once stop the server output appear, with 8080 port.