Show HN: Compadcn – A CLI wrapper to speed up shadcn/UI component management

github.com

1 points by lirena00 7 hours ago

I’ve been using shadcn/ui in my projects lately, and while it's great, I kept running into friction using its CLI, it only had add command and no remove command and even add command was so full of friction

So I built compadcn: a CLI wrapper that adds interactive add/remove menus, presets, linting for unused components, and safe dependency-aware uninstalling.

Still early, open source, and built in TypeScript using Commander, Chalk, and Clack.

Would love feedback or ideas from others using shadcn.