Home
Yaman's Blog
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 Save as update-shadcn-components.sh Make executable: chmod ...

Auto update uv pyproject.toml dependencies

Unlike pip-tools, uv package manager currently doesn’t support automatically updating pyproject.toml based on the lock file. This script helps automate that process by reading the versions from uv....