Dev Setup - Bun
ยท
๐บ Dev Setup
โ
Bun์ด๋?Bun = Node.js + npm + bundler + test๋ฅผ ํ๋๋ก ํฉ์น “์ด๊ณ ์ JavaScript ๋ฐํ์” โ
Installationbrew tap oven-sh/bunbrew install bun โ
Usagenpm install = bun installnpm install PACKAGE_NAME = bun add PACKAGE_NAMEnpm uninstall PACKAGE_NAME = bun remove PACKAGE_NAMEnpm install -D PACKAGE_NAME = bun add -d PACKAGE_NAME