1.2.1 • Published 9 years ago

serve-scripts v1.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

server-scripts

run server scripts in browser

npm.io

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"
    }
  ]
}
1.2.1

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago