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.
Always open to useful ideas or fixes in form of issues or PRs.
Can open new issue (search existing issues first) or start discussion.
It's okay to submit draft PR as you can get help along the way to make it merge ready.
Join Discord for more indepth discussions on this repo and others.
Support on GitHub or look into other projects.