v0.1.1
What's Changed
- Release : V 0.1.1 by @ranveersoni98 in #1
- Fix shadcn component output path resolving to incorrect
~directory - Improve CLI step execution and spinner behavior
- Fix tweakcn theme installation registry issue
- Improve logging stability during long-running installs
- Add a warning when target directory already exists
- shadcn/ui init: Removed
--style,--base, and--base-colorflags fromshadcn init— all three were dropped in recent shadcn CLI versions and caused immediate exit withunknown optionerrors - Terminal corruption: Subprocess output no longer bleeds into clack's UI — switched from
stdio: inherittostdio: pipeinrunStep - shadcn config: Style, base color, and icon library preferences are now applied by writing
components.jsondirectly beforeshadcn initruns — shadcn picks it up automatically, so you get the same configuration without relying on removed CLI flags - Framework-aware paths:
components.jsonis generated with the correcttailwind.cssandtailwind.configpaths per framework (TanStack Start, Next.js, Vite, React Router, Astro, Laravel) - Non-interactive flags: Added
--yestotweakcn addandshadcn addcommands to prevent hanging on prompts - File write steps:
PlanStepnow supports awriteFilevariant alongsidecommand, handled natively inrunStepwithout shelling out
Notes
Minor stability and UX improvements to the scaffolding flow.
New Contributors
- @ranveersoni98 made their first contribution in #1
Full Changelog: https://github.com/StackerOSS/CLI/commits/v0.1.4