Meet Miso - The Agnostic Package Manager
Miso is a universal package manager wrapper that lets you use any package manager (npm, pnpm, yarn, bun) with a consistent command interface.
Features
- 🔄 Package Manager Agnostic - Works with npm, pnpm, yarn, and bun
- 🎯 Consistent Commands - Use the same commands regardless of your package manager
- ⚙️ Configurable Flags - Set default flags for your commands
- 🚀 Fast & Lightweight - Written in Go for maximum performance
- 📦 Script Management - Enhanced script handling and discovery
Quick Start
Get started with Miso in minutes:
# Install miso globally
npm install -g miso
# Initialize in your project
miso init
# Use it like any package manager
miso install
miso add react
miso devLearn More
- Getting Started - Learn the basics
- Package Management - Configure flags and options
- GitHub Repository - View the source code
Last updated on