Skip to content

Customized Node JS Read-Eval-Print-Loop (REPL)

Notifications You must be signed in to change notification settings

Lothering0/repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is REPL and how to use it

REPL Docs

Customized Node.js Read-Eval-Print-Loop (REPL). With Vim support, extra colorful icons, Day.js and custom pack of functional programming utils

Installation and start

Requirements

How to install

git clone https://github.com/Lothering0/repl
cd repl
npm i

How to run

# in repl directory
node index.js

Alias as js

In your .bashrc or .zshrc add:

alias js="node <path-to-repl-dir>/index.js"

And then you can start a REPL session with command js:

js

About

Customized Node JS Read-Eval-Print-Loop (REPL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published