Skip to content

raadad/repltraan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Global

sudo npm install -g repltraan

Local

npm install repltraan

Usage

Add the following line to any node.js script.

require('repltraan').start()

Then run:

Global

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

Local

./node_modules/repltraan/bin/repltraan.js

eg:

repltraan /tmp/node-repl-sock-10973

Running Tests

npm install

mocha test

About

Generic Node.js REPL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published