krish-mon
v1.0.5
Published
"A lightweight CLI tool designed to restart your server efficiently. krish-mon` is optimized for quick server restarts, making it ideal for development workflows where speed and simplicity are key."
Maintainers
Readme
const server = http.createServer((req, res) => { res.end('Hello, world!'); });
server.listen(3000, () => { console.log('Server is running on http://localhost:3000'); }); Start the server with krish-mon: krish-mon server.js Make changes to your server.js file, and krish-mon will automatically restart the server. To manually restart the server, type rs in the terminal and press Enter.
