Install the package globally or locally (or use something like bunx, yarn dlx, npx etc)
new- Create new branch
update- Update the current branch (first pulling the branch itself then pulling main without a rebase)
To install dependencies:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v1.0.25. Bun is a fast all-in-one JavaScript runtime.