serve-scripts
v1.2.1
Published
run server scripts in browser
Downloads
6
Readme
server-scripts
run server scripts in browser
Install
[sudo] npm install serve-scripts -g
Usage
you should provide a config file and run:
serve-scripts config.json
example config file:
{
"title": "My Server Scripts",
"auth": {
"username": "xxxx",
"password": "yyyy"
}, // default to false, which is no auth (dangerous!)
"commands": [
{
"name": "list all files",
"command": "ls -al"
}
]
}