What problem does it solve?
This Skill provides comprehensive documentation and guidance for using Bun, an all-in-one toolkit for JavaScript/TypeScript development, including its runtime, bundler, package manager, and test runner.
Core Features & Use Cases
- Runtime Operations: Execute JavaScript/TypeScript code, use native Bun APIs, and manage environment variables.
- Bundling & Transpilation: Bundle code, configure loaders, and develop plugins for efficient application builds.
- Package Management: Install, add, remove, and manage packages using
bun install and other CLI commands.
- Testing: Write and run tests with features like mocking, snapshots, and code coverage.
- Use Case: A developer needs to quickly set up a new Node.js project using Bun for its speed and integrated tooling, requiring guidance on installation, running a simple server, and bundling for production.
Quick Start
Use the bun skill to find documentation on how to install Bun and run a basic HTTP server.