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.

1 Open Issue Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
enhancement good first issue refactoring

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.

Go