Package Manager Command Converter
Convert install/run/exec commands between npm, yarn, pnpm and bun.
Command
Converted commands
npm install react react-dom --save-devyarn add react react-dom --devpnpm add react react-dom --save-devbun 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 --devKeyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
Android APK Analyzer & Explorer
Dev Utilities
Open an APK, decode its manifest and browse or download every file inside.
APK Certificate Inspector (SHA-1 / SHA-256)
Dev Utilities
Read an APK's signing certificate and get its SHA-1, SHA-256 and MD5 fingerprints.
Archive Extractor & File Explorer
Dev Utilities
Unzip ZIP, TAR, GZ, 7Z, RAR and more in your browser — browse folders, preview and download files.
Code Minifier & Beautifier
Dev Utilities
Minify or beautify JavaScript, CSS, HTML, JSON, XML and SQL.
HTML to JSX Converter
Dev Utilities
Convert HTML markup into clean React/JSX component code.
iOS IPA Analyzer & Explorer
Dev Utilities
Open an iOS .ipa, decode Info.plist and browse or download every file inside.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-11 · Runs entirely in your browser