1.0.1 • Published 10 years ago

sushi-repl v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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: "寿司 >" });