https://github.com/nodejs/repl
REPL rewrite for Node.js ✨🐢🚀✨
https://github.com/nodejs/repl
debugging nodejs performance repl
Last synced: 3 months ago
JSON representation
REPL rewrite for Node.js ✨🐢🚀✨
- Host: GitHub
- URL: https://github.com/nodejs/repl
- Owner: nodejs
- License: mit
- Created: 2018-05-22T21:00:45.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T07:56:48.000Z (6 months ago)
- Last Synced: 2025-04-10T01:09:35.752Z (3 months ago)
- Topics: debugging, nodejs, performance, repl
- Language: JavaScript
- Homepage:
- Size: 319 KB
- Stars: 182
- Watchers: 11
- Forks: 26
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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
```sh
$ npm install -g nodejs/repl
``````sh
$ 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](./CONTRIBUTING.md).
## License
MIT. See [LICENSE](./LICENSE).