sahilrajput.com

Nodemon

Windows:

code ~/nodemon.json

{
    "events": {
        "start": "reset || cls"
    }
}

Linux:

{
  "events": {
    "start": "clear"
  }
}