Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodejs/repl
REPL rewrite for Node.js ✨🐢🚀✨
https://github.com/nodejs/repl
debugging nodejs performance repl
Last synced: 27 days 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:26:31.000Z (7 months ago)
- Last Synced: 2024-04-14T00:38:26.100Z (7 months ago)
- Topics: debugging, nodejs, performance, repl
- Language: JavaScript
- Homepage:
- Size: 318 KB
- Stars: 170
- Watchers: 12
- Forks: 25
- Open Issues: 11
-
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
![](https://gc.gy/123280943.png)
![](https://gc.gy/123280961.png)
![](https://gc.gy/123280991.png)
![](https://gc.gy/123281010.png)
![](https://gc.gy/123281037.png)
![](https://gc.gy/123281084.png)
![](https://gc.gy/123281118.png)### 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).