TS libraries and other code
Using Bun.
Currently requires ts-utils to be present in lib
folder (will be improved, PRs welcome).
mkdir lib && cd lib && git clone https://github.com/nikitavoloboev/ts-utils && cd ..
bun i
I use this repo to test TS code fast.
bun dev
Runs: tput reset && bun --watch run.ts
I publish TS Utils lib.
Mostly use ts and this repo for scripts. scripts/get-git-project-of-path.ts is good example. I then run them with KM.
Can see existing issues for things being worked on. See main issue for what's in focus right now.
Can open new issue (search existing ones for duplicates first) or start discussion on GitHub or Discord.
Can always submit draft PRs with good ideas/fixes. You will be helped along the way to make it merge ready.