remy / nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development
http://nodemon.io/
MIT License
26.23k stars 1.72k forks source link

Feature request : clear console flag #2044

Closed iTrooz closed 2 years ago

iTrooz commented 2 years ago

I think a flag like --clear to clear the console on restart could be a nice addition to nodemon, to differentiate output from previous run

I'm willing to submit a PR for this What do you think ?

remy commented 2 years ago

You can do it without code changes to nodemon or new flags - first item in the faq: https://github.com/remy/nodemon/blob/main/faq.md#how-to-clear-the-console-on-restart=