Settings

Theme

Show HN: hakk -- a REPL for developing Node.js programs on the fly

npmjs.com

2 points by arthuredelstein 2 years ago · 3 comments

Reader

arthuredelsteinOP 2 years ago

hakk is a new REPL-based tool for developing Node.js programs. hakk runs your .js source files, and updates your program as it runs whenever you make a change. Unlike the built-in node repl, hakk lets you re-define consts, functions, and class members while your code is running. It works with any code editor.

I would love to get feedback. Do you find this tool useful? What improvements would you like to see?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection