Package Manager Command Converter
Convert install/run/exec commands between npm, yarn, pnpm and bun.
Works Offline
Privacy First
No Login
No API
Command
Converted commands
npm
npm install react react-dom --save-devyarn
yarn add react react-dom --devpnpm
pnpm add react react-dom --save-devbun
bun add react react-dom --devAbout the Package Manager Command Converter
Paste an npm, yarn, pnpm, or bun command and instantly see the equivalent install, uninstall, run-script, and dlx/exec commands for all four package managers.
Examples
Install a dev dependency
npm install react --save-devOutput
yarn add react --dev / pnpm add react --save-dev / bun add react --devRelated tools
.htaccess Redirect Generator
Dev Utilities
Generate Apache .htaccess redirect and rewrite rules.
Bash Alias Generator
Dev Utilities
Create shell aliases for Bash, Zsh or Fish with correct quoting.
Chmod Calculator
Dev Utilities
Unix permission calculator: checkboxes, octal, and symbolic.
Code Comment Stripper
Dev Utilities
Remove comments from JS, HTML, Python, or SQL source.
Code Diff Merger
Dev Utilities
Side-by-side line diff of two code snippets with stats.
Cron Expression Builder
Dev Utilities
Build cron expressions visually with a human-readable description.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-11 · Runs entirely in your browser