Skip to content

[Feature request] add option to clear the console when restarting #1318

@luisrudge

Description

@luisrudge

Currently, I'm doing this:

//clear.js
console.log('\x1Bc');
//index.js
console.log('something something');
//package.json
"scripts": {
  "run": "nodemon -q -x \"node clear && node index\""
}

I want to clean the console everytime nodemon restarts the process

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions