An open API service indexing awesome lists of open source software.

https://github.com/kiprasmel/ts-repl

a simple yet powerful typescript REPL, similar in spirit to haskell's ghci.
https://github.com/kiprasmel/ts-repl

ghci repl ts-morph typescript

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

```sh
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
```