https://github.com/nverno/ts-repl
Run Typescript repl in emacs
https://github.com/nverno/ts-repl
emacs repl ts-node typescript
Last synced: about 1 month ago
JSON representation
Run Typescript repl in emacs
- Host: GitHub
- URL: https://github.com/nverno/ts-repl
- Owner: nverno
- License: gpl-3.0
- Created: 2024-03-30T20:14:25.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T07:00:24.000Z (over 1 year ago)
- Last Synced: 2025-12-25T17:16:51.638Z (5 months ago)
- Topics: emacs, repl, ts-node, typescript
- Language: Emacs Lisp
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Run a Typescript Repl
[](https://www.gnu.org/licenses/gpl-3.0)
Tested using [ts-node](https://github.com/TypeStrong/ts-node) to run a
Typescript interpreter.
+ Features:
+ Completion-at-point: enable with `ts-repl-enable-completion`
+ Enable input font-locking with `ts-repl-enable-font-lock`
+ Output font-locking handled by `xterm-color`
+ Save/load history from `ts-repl-history-filename`
+ Jump to errors from repl
When `add-node-modules-path` is installed, local `ts-repl-command` executables
will be found from node_modules.