## Pull Request Title

### Description
<!-- Provide a concise description of your changes. Explain the purpose and include any relevant context. -->

### Related Issue(s)
<!-- Link any related issues (use #issue_number). Example: Resolves #45 -->

### Changes Made
If yes, do [x].
- [ ] Added a new feature
- [ ] Fixed a bug
- [ ] Refactored existing code
- [ ] Updated documentation
- [ ] Other (explain):

List and describe the main changes here:
1. ...
2. ...
3. ...

### Checklist
Please ensure the following have been completed:
If yes, do [x].
- [ ] Code compiles without errors
- [ ] Tests are written and passing (if applicable)
- [ ] Documentation is updated (in code or README as needed)
- [ ] Code adheres to style guidelines (Prettier, ESLint)

### Dependencies
<!-- List any new dependencies introduced or any updates to existing dependencies -->

### Additional Notes
<!-- Add any additional comments, warnings, or suggestions related to this PR -->

Thank you for contributing to `mern-project-cli`!
