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.
- Host: GitHub
- URL: https://github.com/kiprasmel/ts-repl
- Owner: kiprasmel
- Created: 2024-10-08T10:46:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-27T17:21:31.000Z (over 1 year ago)
- Last Synced: 2025-03-05T07:22:20.773Z (over 1 year ago)
- Topics: ghci, repl, ts-morph, typescript
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```