Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.06 KB

File metadata and controls

44 lines (31 loc) · 1.06 KB

Yet Another Registry Manager

A modern web-based registry manager designed to streamline modern application development workflows.

Overview

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.

Features

  • 🔄 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

Getting Started

  1. Clone the repository:
git clone [your-repo-url]
cd yarm
  1. Install dependencies:
pnpm install
# or
pnpm i
  1. Start the development server:
pnpm dev
  1. Dive into the workspace u want to work on :
    1. cd apps/web
    2. cd packages/ui