Open Issues Need Help
View All on GitHubAI Summary: Implement a runtime port fallback mechanism for the create-bkite CLI tool. The tool should attempt to use ports 3001-3010 if port 3000 is unavailable, logging a helpful message indicating the port change. The solution should not modify any configuration files and should only affect runtime behavior.
A CLI tool for scaffolding Express.js backend projects with a well-structured project setup.
AI Summary: The task involves refactoring a CLI tool for scaffolding Express.js backend projects. The current implementation generates files dynamically; this task requires creating a new system using pre-built template folders. For this phase, only JavaScript support is needed. The task includes creating a basic JavaScript template folder, updating the CLI to copy this template using `fs-extra.copy()`, and ensuring the copied template creates a functional Express.js project.
A CLI tool for scaffolding Express.js backend projects with a well-structured project setup.