Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 407 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 407 Bytes

ts-repl

a simple typescript REPL, similar in spirit to haskell's ghci.

features

  • feel like you're inside the file - enter a REPL with all top-level symbols directly available - imports, local & exported symbols (functions, variables).

install

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