Bub
Bun is a fast JavaScript all-in-one toolkit
Install
Add ~/.bun/bin
to your $PATH in the ~/.zshrc
file
Uninstall
Scaffold
To scaffold a new project:
To install the TypeScript definitions for Bun's built-in APIs, install bun-types.
In the repo root, set .gitattributes
and git config
as documented here
Utils
package manager
Last updated