A modern web-based registry manager designed to streamline modern application development workflows.
Yarm is a tool that helps developers easily manage and switch between different npm registries, making it simpler to work with private and public package repositories. Whether you're working with npm, GitHub Packages, or private registries, this tool provides a seamless experience for registry management.
- 🔄 Easy registry switching
- 🔑 Secure credentials management
- 📦 Support for multiple registry types (npm, GitHub Packages, private)
- 🚀 Quick registry health checks
- 💻 User-friendly web interface
- 🎨 Beautiful UI components powered by shadcn/ui
- 🌓 Dark mode support with smooth transitions
- Clone the repository:
git clone [your-repo-url]
cd yarm
- Install dependencies:
pnpm install
# or
pnpm i
- Start the development server:
pnpm dev
- Dive into the workspace u want to work on :
cd apps/web
cd packages/ui