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

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago