Bun
Run Commands
Run JavaScript and TypeScript files with Bun's fast runtime. Execute package.json scripts and shell commands.
8 commands
Pro Tips
Use 'bun run' without arguments to see available scripts from package.json.
Bun auto-loads .env files - no dotenv package needed.
Use '--hot' for hot module reloading during development.
Common Mistakes
Some Node.js APIs may not be fully compatible - check Bun's compatibility table.
Bun uses JavaScriptCore, not V8 - behavior may differ in edge cases.