Skip to content

kaiftammu/source-code

 
 

Repository files navigation

TS

TS libraries and other code

Setup

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

Run

I use this repo to test TS code fast.

bun dev

Runs: tput reset && bun --watch run.ts

Libraries

I publish TS Utils lib.

Scripts

Mostly use ts and this repo for scripts. scripts/get-git-project-of-path.ts is good example. I then run them with KM.

Contribute

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.

Discord X nikiv.dev

About

TS libraries and other code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • JavaScript 0.4%