>_BunOfficialFeatured
@oven-sh
About Bun
An all-in-one JavaScript runtime, package manager, bundler, and test runner.
#bun#developer-tools#developer-tool#official
Installation
curl -fsSL https://bun.sh/install | bashWhat it does
Developer workflow automation
Composable CLI interface
Cross-platform usage
Command examples
- 1
bun install - 2
bun run index.ts - 3
bun test
Details
More Developer tools CLIs
GitHub CLI
$ gh
GitHub on the command line: repositories, pull requests, issues, Actions, releases, and API calls.
GitLab CLI
$ glab
GitLab’s official CLI for merge requests, issues, pipelines, releases, snippets, and self-managed instances.
HTTPie
$ http
A human-friendly HTTP client with JSON, sessions, auth, and formatted output.
Lazygit
$ lazygit
A keyboard-driven terminal UI for staging, rebasing, branching, and Git history.
Playwright
$ playwright
Cross-browser end-to-end testing and browser automation from the command line.
ast-grep
$ ast-grep
Search, lint, and rewrite code using syntax-aware structural patterns.
Comments