a simple typescript REPL, similar in spirit to haskell's ghci
.
- feel like you're inside the file - enter a REPL with all top-level symbols directly available - imports, local & exported symbols (functions, variables).
git clone https://github.com/kiprasmel/ts-repl.git
# or: git clone git@github.com:kiprasmel/ts-repl.git
cd ts-repl
yarn
sh install.sh