What problem does it solve?
This Skill provides a fast, all-in-one JavaScript/TypeScript runtime, package manager, bundler, and test runner, simplifying development workflows and improving performance.
Core Features & Use Cases
- Runtime Execution: Run TypeScript and JavaScript files directly without compilation.
- Package Management: Install, manage, and update project dependencies efficiently.
- Bundling: Bundle code for production deployment.
- Testing: Run tests with a Jest-compatible built-in test runner.
- Native APIs: Utilize built-in APIs for SQL, Redis, S3, password hashing, and more, reducing reliance on external packages.
- Use Case: Develop and run a high-performance web application using Bun as the runtime, managing dependencies with
bun install, and testing components with bun test.
Quick Start
Use the bun skill to run the attached file 'index.ts'.