sushi-repl

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i sushi-repl

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mohayonao