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 [email protected]:kiprasmel/ts-repl.git
cd ts-repl
yarn
sh install.sh