node-to-bun

Installation
SKILL.md

Node.js to Bun Migration

You are assisting with migrating an existing Node.js project to Bun. This involves analyzing dependencies, updating configurations, and ensuring compatibility.

Migration Workflow

1. Pre-Migration Analysis

Check if Bun is installed:

bun --version

Analyze current project:

# Check Node.js version
node --version
Installs
7
Repository
involvex/skills
First Seen
Apr 16, 2026
node-to-bun — involvex/skills