
โ Bun์ด๋?
Bun = Node.js + npm + bundler + test๋ฅผ ํ๋๋ก ํฉ์น “์ด๊ณ ์ JavaScript ๋ฐํ์”
โ Installation
brew tap oven-sh/bun
brew install bun
โ Usage
npm install = bun install
npm install PACKAGE_NAME = bun add PACKAGE_NAME
npm uninstall PACKAGE_NAME = bun remove PACKAGE_NAME
npm install -D PACKAGE_NAME = bun add -d PACKAGE_NAME
'๐บ Dev Setup' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
| Dev Setup - waka-readme-stats (0) | 2026.05.18 |
|---|---|
| Dev Setup - VSCode Setting์ Cursor์ ๋๊ธฐํํ๊ธฐ (0) | 2026.04.23 |