Timothy J. Warren
d7bf8801c9
Put the important scripts package.json so they can be run without Just
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
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.
Development Notes
Description
A Typescript CLI text editor based on Kilo (https://viewsourcecode.org/snaptoken/kilo/) and Hecto (https://www.flenker.blog/hecto/)
Readme
Languages
TypeScript
97.4%
Just
1.9%
Shell
0.7%