2 lines
109 B
Bash
2 lines
109 B
Bash
#/bin/sh
|
|
for file in src/components/*.tsx; do pnpm dlx shadcn@latest add -y -o $(basename "$file" .tsx); done |