clrscr
Version:
A ridiculously simple cross-platform tool to clear terminal screen
28 lines (27 loc) • 537 B
JSON
{
"name": "clrscr",
"version": "1.0.4",
"description": "A ridiculously simple cross-platform tool to clear terminal screen",
"main": "index.js",
"bin": {
"clrscr": "./index.js",
"clr": "./index.js"
},
"engine": "6.4.0",
"scripts": {
"test": "echo \"One dummy file => no test\" && exit 1"
},
"keywords": [
"CLI",
"Terminal",
"Shell",
"Clear",
"Clean",
"Ctrl+R",
"Screen",
"NPM",
"Scripts"
],
"author": "Mathieu Breton <mathieubre@gmail.com>",
"license": "WTFPL"
}