Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 895 Bytes

File metadata and controls

28 lines (24 loc) · 895 Bytes

Detailed Roadmap

Foundation

Status: 🚧 In Development

✅ Completed

  • Basic CLI structure with Symfony Console
  • Project initialization command (init)
  • Framework detection (Laravel/Symfony)
  • Package manager detection (npm/yarn/pnpm)
  • CSS framework integration (TailwindCSS)
  • Interactive prompts with Laravel Prompts
  • Configuration file generation (flexiwind.yaml)
  • Base file generation system
  • Stub template system
  • Basic installer architecture
  • Registry builder command (build)
  • Component addition command (add)

🚧 In Progress

  • Complete dependency installation automation
  • Vite configuration editing
  • Registry JSON schema definition
  • Component registry integration
  • Laravel layout generation and editing
  • Error handling improvements
  • Command validation and feedback