node-repl-improved
v0.0.11
Published
An improved version of node repl
Downloads
6
Readme
Overview
This is an improved version of the default node repl.
Installing and running
To install simply run npm i -g node-repl-improved
. After it's installed you can invoke it by running repl
.
Improvements
Use .help
to list of all available commands. Currently there are 2 new commands:
.install [repo-name]
installs a repo from npm into a temporary directory and allows to require it straight away. All installed repos are removed from the temp location after exit..repo [repo-name]
opens repo github page
Other improvements
This version of repl formats output using colour and better formatting.