Purpose
Add a complete feature module to an existing iOS project with View, ViewModel, and tests.
Arguments
feature-name— Feature name in PascalCase (e.g.,Settings,UserProfile)--with-detail— Include detail view for drill-down--with-form— Include form/edit view--no-tests— Skip test file generation
What gets created
Default
Features/<Feature>/
├── <Feature>View.swift # Main view
├── <Feature>ViewModel.swift # ViewModel with state + in
[Description truncada. Veja o README completo no GitHub.]