Back to Plugins

Bun

Bun runtime helper for Claude Code. Run scripts, manage dependencies with bun install, execute tests with bun test, and migrate Node.js projects to Bun with guided codemods.

javascripttypescriptruntimebuntooling
By Oven

Installation

claude plugins add bun@community

Commands

bun runRun a Bun script or package.json command
bun testRun the Bun test suite
bun installInstall dependencies with bun install
bun migrateMigrate a Node.js project to Bun

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub