Timothy J. Warren
4be7be09a7
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
893 B
893 B
Scroll
Making a text editor in Typescript based on Kilo (Script + Kilo = Scroll). This runs on
- Bun (v1.0 or later)
- Deno (v1.37 or later)
- TSX - this is a Typescript wrapper using NodeJS (v20 or later)
To simplify running, I'm using Just.
- Bun:
just bun-run [filename]
- Deno:
just deno-run [filename]
- TSX:
just tsx-run [filename
Deno is generally used for dev tools, but each runtime should be functionally equivalent running the text editor.