Open 0xdevalias opened 5 years ago
I used to contribute to this project but I haven't in a while because the repl that ships with node got a lot better and more usable.
Here is what I use now: https://github.com/expo/project-repl
For projects that have async code, esp. using promises, one of the most important usability things you can do is use the --experimental-repl-await
flag which will let you use the await
keyword in the repl in recent versions of node.
Others will have to chime in about the current maintenance of this project! It was pretty solid last time I used it.
@ccheever hey there :)
what do you use these days, still this?
I really miss ipython badly in node. the repl, and the ability to catch and debug live code from a line in iPython
Doing some cursory Googling, this still seems to be the best 'nice node repl' around, but the last code push was like 2016, and there are a bunch of outdated package warnings when using it:
I figure before I fall in love with it.. is there any chance of it actually being currently maintained? And/or, are there more active alternatives you would point me to instead?