cmd-notepad
Version:
脚本命令记事本,管理多个可执行的脚本
15 lines (14 loc) • 480 B
JSON
{
"example": {
"main": "echo man",
"onDestroy": "echo manba out"
},
"company-gitConfig": {
"main": "nrm use XXXX, git config --global user.name XXXX, git config --global user.email XXXX",
"onDestroy": ""
},
"myself-gitConfig": {
"main": "nrm use npm, git config --global user.name XXXX, git config --global user.email XXXX, git config --global http.proxy 127.0.0.1:XXXX",
"onDestroy": "git config --global --unset http.proxy"
}
}