Pipes content of files to a node repl whenever they change to enable a highly interactive coding experience.
Pipes content of files to a node repl whenever they change to enable a highly interactive coding experience.
Adds keymaps, doc access, vim binding and maps and prints highlighted source of functions right in the repl.

This video shows most of replpad's features in under 4 minutes.
This video shows how to use dox() function and src property to do the following right from the repl:
.pack commandThis tutorial shows how to use the .pack command in order to add all dependencies defined in your package.json to the repl context.
This tutorial shows how to pipe file content into the repl when the file is saved and how to append lines back to the file.