Bun
Init Commands
Initialize new projects and create files with Bun. Set up TypeScript projects, React apps, and more with built-in templates.
7 commands
Pro Tips
Use 'bun create <template>' to scaffold from official or community templates.
'bun init' creates a minimal TypeScript project with tsconfig.
Use 'bun init -y' to accept all defaults without prompts.
Common Mistakes
Bun init creates bun-specific config - may need adjustment for Node.js compat.
Templates may be outdated - check template repo for latest version.