bun-development
Fast JavaScript/TypeScript development using the Bun runtime with built-in bundling, testing, and package management.
Install
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill bun-developmentStats
| Total installs | 1,527 |
| Weekly installs | 1.5K |
| GitHub stars | 27.9K |
| First seen | Jan 19, 2026 |
| Source | @sickn33/antigravity-awesome-skills |
Summary
- Native TypeScript and JSX support with no transpiler required; 10-100x faster package installation and ~25ms startup time compared to Node.js
- Built-in tools: HTTP/WebSocket server, SQLite database, test runner, bundler, and password hashing via Bun.serve(), Bun.sql(), bun test, and Bun.build()
- File system and environment variable APIs (Bun.file(), auto-loaded .env) plus executable compilation for standalone CLI tools across Linux, macOS, and ARM64
- High Node.js compatibility for most APIs (fs, path, crypto, process, Buffer); migration involves swapping package manager and updating scripts in package.json
Tags
Related skills
| Skill | Installs | vs bun-development |
|---|---|---|
| java-coding-standards | 1,573 | +46 |
| software-architecture | 1,610 | +83 |
| service | 1,576 | +49 |
| prisma-postgres | 1,674 | +147 |
| fastapi-expert | 1,625 | +98 |
FAQ
- How many installs does bun-development have?
- bun-development has 1,527 total installs and 1.5K installs this week.
- Where is bun-development hosted?
- bun-development is published by @sickn33/antigravity-awesome-skills at https://github.com/sickn33/antigravity-awesome-skills.
- How many GitHub stars does bun-development have?
- bun-development has 27.9K GitHub stars.
- When was bun-development first indexed?
- OrangeBot.AI first indexed bun-development on Jan 19, 2026.
- How do I install bun-development?
- Run: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill bun-development