sub-repl

1.0.7 • Public • Published

sub-repl -- An REPL environment which allow you to spawn new repls

Install

	npm install sub-repl

Example

$ sub-repl
> var request = require("request")
> request.get("http://www.google.com/", repl("result"))
result> args[1]
... Here goes the HTML ...
result> .exit
> .exit
$ 

Readme

Keywords

none

Package Sidebar

Install

npm i sub-repl

Weekly Downloads

0

Version

1.0.7

License

none

Last publish

Collaborators

  • priezt