Open Issues Need Help
View All on GitHubAI Summary: The issue aims to resolve problems caused by hardcoded dependency versions in the `getDevDependencies` function within `internal/files/package.go`. The proposed solution is to implement a dynamic version management system that fetches the latest stable versions from npm/yarn registries, thereby ensuring dependencies are current, secure, and reduce manual maintenance.
This project is a command-line backend builder. As a Node.js, Express, and TypeScript developer, I found it tedious to repeat the same setup steps and manually create files and folders for each new project. So I decided to save time by creating a personal project scaffolding tool.