0.1.5 • Published 7 years ago

@hke/remote v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

node-remote

node-remote is a small simple script to remote control whoever is running this script.

Install

$ npm i -g @hke/remote

Run

$ remote -d
$

or

$ remote
Listening on port 3333

Available commands

POST http://remote-host:3333/run {"cmd":"pwd"}

{
    "code": 0,
    "pid": 23148,
    "error": null,
    "output": "/Users/heiko/Sites/node-remote\n"
}
0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago