1.1.4 • Published 9 years ago

vantage-repl v1.1.4

Weekly downloads
25
License
MIT
Repository
github
Last release
9 years ago

vantage-repl

Simple REPL extension for vantage.js

Installation
npm install vantage-repl
npm install vantage
Programmatic use
// index.js
var Vantage = require('vantage')
  , repl = require('vantage-repl)
  ;

var vantage = Vantage();

vantage
  .delimiter('node~$')
  .use(repl)
  .show();
$
$ node index.js
node~$ 
node~$ repl
Entering REPL Mode. To exit, type 'exit'.
node~$ repl:
node~$ repl: 6 * 6
32
node~$ repl: exit
node~$
Realtime use
$
$ vantage 192.168.0.100:4000
websvr~$ 
websvr~$ use vantage-repl
Successfully installed vantage-repl
websvr~$ 
websvr~$ repl
Entering REPL Mode. To exit, type 'exit'.
websvr~$ repl:
websvr~$ repl: 6 * 6
32
websvr~$ repl: exit
websvr~$
1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.1

9 years ago