sd-cli
Version:
> Command to minimize all open windows and show desktop from the terminal. Currently works on Ubuntu & Windows.
37 lines (36 loc) • 616 B
JSON
{
"name": "sd-cli",
"version": "1.0.4",
"description": "",
"license": "MIT",
"repository": "iamtekeste/sd-cli",
"author": {
"name": "iamtekeste",
"email": "iamtekeste@gmail.com"
},
"bin": "cli.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"show-desktop",
"minimize",
"cli",
"cli-app"
],
"dependencies": {
"meow": "^3.7.0",
"robotjs": "^0.3.7"
},
"devDependencies": {
"ava": "^0.11.0",
"xo": "^0.12.1"
}
}