v5.2.0
This release introduces the Accessible Astro Starter CLI - a new scaffolding tool that makes it easier than ever to start accessible Astro projects. Run npm create accessible-astro-starter@latest and choose from five presets (Full, Blog, Portfolio, Minimal, or Barebones) with optional launcher integration. The interactive CLI guides you through project setup with colorful prompts and smart defaults.
Features
- 90f22d5: Add CLI for scaffolding new projects with interactive configuration prompts (@markteekman)
- 3d2ef41: Implement colorful CLI intro and outro messages with tests (@markteekman)
- fc6ced5: Add HTML escaping utility function to enhance security (@markteekman)
Bug Fixes
- b9d78ff: Improve directory path handling in CLI output (@markteekman)
Documentation
- 539760f: Update README with local development instructions for CLI (@markteekman)
Refactoring
- 9e034e1: Enhance HTML escaping and improve menu item activation logic (@markteekman)
- 6afaa65: Streamline npm command handling and verify output directory in E2E tests (@markteekman)
Chores
- e3ff265: Bump version to 5.2.0 (@markteekman)