tlrobinson / node-repl-promised

Make any Node.js REPL support promises (Promises/A+).
16 stars 2 forks source link

Support autoreload #3

Open sibelius opened 8 years ago

sibelius commented 8 years ago

I would like that repl reloaded my changes, so I don't need to restart the repl all the time

sibelius commented 8 years ago

maybe using nodemon or something similar