What's Compadcn?
Basically it's a wrapper of shadcn-cli that enhances it's capabilities, with this you no longer have to type out shadcn@latest add <dozens of components> every damn time you can just do compadcn add for instance and it will launch a interactive TUI which you can navigate via arrow keys
v1.0.0 comes with 4 commands
add- launches an interactive TUI to add the components (shows non installed components only)lint- lists all the unused components and offers to remove themremove- uninstall component files, their imports from project and their dependency (optional)preset- presets are list of components, by default 9 are provided and you can make custom ones. with the help of presets you can install your favorite go to components in just 1 go without writing long commands every time.