0.0.3 • Published 11 years ago

repltraan v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
11 years ago

REPLtraan

Generic node.js REPL with included client which allows node instances to be connected to and modified \ inspected while they are running.

Named after Teletraan, the semi-sentient computer that runs the Autobots' spaceship in the transformers universe.

Installation

sudo npm install -g repltraan

Usage

Add the following line to any node.js script.

require('repltraan').start()

Then run:

repltraan /tmp/node-repl-sock-{PID of node instance}

eg:

repltraan /tmp/node-repl-sock-10973
0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago