Stop Using Templates: I Built an AI CLI That Generates Projects From Instructions
Dev.to AI
•
Generative AI
Stop using templates. Describe your project. Generate it with AI. Most scaffolding tools today rely on static templates. They work - but they’re rigid. You pick a template, then spend time modifying it to fit your needs. The Idea What if you could just describe your project? Instead of choosing a template, you write what you want - and the project structure is generated for you. The Tool I built a CLI for this: npx /bedrock init It uses instruction-based prompts to scaffold projects dynamically.