A multi-stack CLI scaffolding tool that interactively generates pre-configured projects
Starting new software projects often involves repetitive setup work, from creating the project structure and configuring dependencies to setting up common development tools and boilerplate. Repeating these steps across different technology stacks can slow down development and introduce inconsistencies between projects.
A prompt-based CLI scaffolding tool that automates project initialization across multiple technology stacks, including Go, Flutter, React Native, Spring Boot, Node.js, and Python.
The tool provides an interactive command-line experience where developers can select their preferred technology and project configuration, then automatically generate a ready-to-use project from pre-configured templates.
Key capabilities include:
I handled the end-to-end development of the project, from concept and architecture to implementation and refinement.
My responsibilities included: