Skip to content

v0.1.1

Choose a tag to compare

@ranveersoni98 ranveersoni98 released this 14 Apr 04:35
· 2 commits to main since this release
ed0343c

What's Changed

  • 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-color flags from shadcn init — all three were dropped in recent shadcn CLI versions and caused immediate exit with unknown option errors
  • Terminal corruption: Subprocess output no longer bleeds into clack's UI — switched from stdio: inherit to stdio: pipe in runStep
  • shadcn config: Style, base color, and icon library preferences are now applied by writing components.json directly before shadcn init runs — shadcn picks it up automatically, so you get the same configuration without relying on removed CLI flags
  • Framework-aware paths: components.json is generated with the correct tailwind.css and tailwind.config paths per framework (TanStack Start, Next.js, Vite, React Router, Astro, Laravel)
  • Non-interactive flags: Added --yes to tweakcn add and shadcn add commands to prevent hanging on prompts
  • File write steps: PlanStep now supports a writeFile variant alongside command, handled natively in runStep without shelling out

Notes

Minor stability and UX improvements to the scaffolding flow.

New Contributors

Full Changelog: https://github.com/StackerOSS/CLI/commits/v0.1.4