Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 785 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 785 Bytes

Node.js REPL Prototype

Goals:

  • Better debugging and interaction
    • 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

If you want to use this REPL by default, you can point NODE_REPL_EXTERNAL_MODULE to the result of which node-prototype-repl!

Contributing

See CONTRIBUTING.md.

License

MIT. See LICENSE.