sushi-repl
v1.0.1
Published
Yet Another REPL
Downloads
6
Readme
SUSHI-REPL
Yet Another JavaScript REPL
REPL
A Read-Eval-Print-Loop (REPL) is available both as a standalone program and easily includable in other programs. The REPL provides a way to interactively run JavaScript and see the :sushi:. It can be used for debugging, testing, or just trying things out.
SEE ALSO: REPL Node.js v0.10.29 Manual & Documentation
Installation
% npm install -g sushi-repl
Getting Started
REPL:
% sushi-repl
Node Module:
var sushiREPL = require("sushi-repl");
sushiREPL.start({ prompt: "寿司 >" });