Home Auto update all installed shadcn/ui Components
Post
Cancel

Auto update all installed shadcn/ui Components

A simple script to update all your shadcn/ui components in one go. No more updating components one by one!

The Script

Quick Start

  1. Save as update-shadcn-components.sh
  2. Make executable: chmod +x update-shadcn-components.sh
  3. Run: ./update-shadcn-components.sh

What it does

  • Updates all shadcn components in src/components/ui/
  • Shows progress for each update
  • Tells you what succeeded and what failed

Before Running

  • Commit your changes
  • Be in your project root directory

That’s it! Simple and effective way to keep your shadcn components up to date.

This post is licensed under CC BY 4.0 by the author.

Auto update uv pyproject.toml dependencies

-

Comments powered by Disqus.