/repl

REPL rewrite for Node.js ✨🐢🚀✨

Primary LanguageJavaScriptMIT LicenseMIT

Node.js REPL Prototype

Goals:

  • Better debugging and interaction
    • Language Server Protocol
    • Runtime inspection
    • Benchmarking
  • Pretty UI
    • Highlight output and input
    • autocomplete
  • Keep the code neat for future changes

Usage

Install

$ npm install -g nodejs/repl
$ node-prototype-repl

Contributing

See CONTRIBUTING.md.

License

MIT. See LICENSE.