"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."
npm install krish-mon
A lightweight CLI tool designed to restart your server efficiently. Unlike nodemon, which focuses on file watching, krish-mon is optimized for quick server restarts, making it ideal for development workflows where speed and simplicity are key.
krish-mon will handle the rest.rs in the terminal to manually restart the server.Install krish-mon globally using npm:
npm install -g krish-mon
Run krish-mon followed by the name of your server file (e.g., server.js):
krish-mon server.js
While krish-mon is running, you can manually restart the server by typing rs in the terminal and pressing Enter.
server.js):// server.js
const http = require('http');
const server = http.createServer((req, res) => {
res.end('Hello, world!');
});
server.listen(3000, () => {
console.log('Server is running on http://localhost:3000');
});
krish-mon:krish-mon server.js
server.js file, and krish-mon will automatically restart the server.rs in the terminal and press Enter.krish-mon? 🤔nodemon, which watches files and restarts on changes, krish-mon is designed specifically for quick server restarts.restart server, simple restart, file watching, file monitoring, easy development, easy backend, simple restart
This project is licensed under the ISC License. See the LICENSE file for details.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
If you find this package useful, please consider giving it a ⭐️ on GitHub!
Happy coding! 🎉