Releases: CarlosZiegler/start-kit.dev
Releases · CarlosZiegler/start-kit.dev
v0.1.11 — Cross-Platform Extraction Fix
Fixed
- Fix cross-platform template extraction: add fallback that downloads the full repo when
gigetsubdirectory extraction fails (Windows tar path bug) - Fix CI test workflow: add missing
createsubcommand to scaffold test commands
Added
--skip-setupflag forcreatecommand to skip dependency installation and interactive wizard (useful for CI testing)
v0.1.10 — Windows Template Extraction Fix
Fixed
- Fix template extraction on Windows where
gigettar extraction with subdirectory templates can place files at the drive root instead of the target directory - Add
fixExtraction()post-extraction step that detects and corrects nested directory structures (e.g.,targetDir/apps/start-template/) by moving files up to the expected location - Add validation after extraction to verify
package.jsonexists in the target directory, with helpful error messages on failure
Changed
- Updated CLI dependencies to latest versions
v0.1.9 — Windows Compatibility Fix
Fixed
- Fix Windows compatibility: replace
sh -cshell execution withBun.spawnargv arrays andcwdoption - Fix
cd dir && bun installfailing on Windows by using direct process spawning withcwd - Fix
rm -ffile deletion on Windows by using Node.jsrmSync - Fix potential stdout/stderr pipe deadlock by draining both streams concurrently with
Promise.all - Use
path.resolve/path.joinfor all file path operations instead of string concatenation with/
Added
cwdoption support inexec()helper for cross-platform directory targeting- Error handling with try/catch in
exec()returning exit code 127 on spawn failure - Unit tests for
exec()helper (command execution, cwd support, non-zero exit codes)
v0.1.8 — CLI Theme Flags & Publish Script
What's Changed
- CLI: Added
--theme,--base-color,--radius,--fontflags tocreatecommand for project theming - CLI: Added
publish:latestscript for easier npm publishing - Skills: Added project skills for best practices
- Package: Enhanced
package.jsonmetadata fields
Full Changelog: v0.1.7...v0.1.8
v0.1.7 — Skills & Improvements
What's Changed
- Skills & docs: Added skills and improved markdown documentation files
- AI Chat: Added dashboard AI chat UI with multi-provider runtime support
- Internal: Bumped to v0.1.7 with changelog
Full Changelog: v0.1.6...v0.1.7
v0.1.6 — CLI Bug Fixes
What's New
Fixed
- Database connection test — Fix
sql.query is not a functionerror by using correct Bun SQL tagged template literal API - Schema push during setup — Write placeholder env vars before running
drizzle-kit pushsoenv.server.tsvalidation passes - Non-interactive push — Add
--forceflag todrizzle-kit pushto skip interactive confirmation prompts - TypeScript error — Fix validate callback type in database phase
Added
publishConfigwith explicitlatesttag and public accessCHANGELOG.mddocumenting all versions
Install / Upgrade
bunx create-start-kit-dev create my-appFull Changelog
See CHANGELOG.md for all versions.