What I Built
I created a command-line automation script using Amazon Q Developer that sets up a full project boilerplate in just seconds.
It helps developers bootstrap new projects with:
- โ README.md
- โ MIT LICENSE
- โ .gitignore
- โ
src/main.py
with a starter message - โ Git initialized and first commit made
This is super useful for quickly starting new CLI-based tools or apps.
Category
Crushing the Command Line
How I Used Amazon Q Developer
I used q chat
to prompt Amazon Q Developer CLI with this instruction:
Crushing the Command Line
This is my submission for the โCrushing the Command Lineโ prompt using Amazon Q Developer CLI.
๐งช Project Setup Output

This screenshot shows the result of using Amazon Q CLI to scaffold a project automatically.
Top comments (0)