- Git initialization support and a confirmation prompt for initializing a git repository.
- PACKAGE_MANAGER_CHOICES option for selecting package manager during project creation.
- Refactored project generation flow to enhance template extraction and dynamic config handling.
- extractTemplate now uses a temporary directory for extraction and has improved error handling.
- collectAnswers updated to include package manager choices and better dynamic prompts.
- Resolved extraction-related crashes and improved robustness of async validation/error paths.
- Removed unused inquirer dependency.
- Input validators for name, version, and other prompt fields to ensure proper formatting and prevent invalid values.
- A directory‑existence validator to avoid overwriting an existing project folder.
- Error‑handling logic using try + catch blocks to gracefully capture and report failures during project generation.
- Refactored the Inquirer prompt flow to use a new logic structure for collecting user responses.
- Improved the internal prompt sequence to make the question flow more consistent and modular.
- Previous prompt-handling logic that relied on the old response‑collection approach.
- Support for Angular, Vue.
- SuccessMSG updated for support new Templates.
- Initial version with support for React and NextJS.