All releasesv1.4.0Project Cleanup Script
Interactive Cleanup CLI
- •Added
npm run cleanup — interactive script to strip optional features from the starter template - •Users can remove release notes, E2E tests, and Vercel Analytics with a single command
- •Includes project renaming with slug replacement across
package.json, .cta.json, supabase/config.toml, and source files
How It Works
- •Built with
@clack/prompts for a polished CLI experience with spinners and confirmations - •Each feature removal cleanly deletes files, strips imports/JSX, updates CI workflows, and removes dependencies
- •Runs
npm install automatically after changes to sync the lockfile