What to build
Implement the opusify list command that displays all available templates, their variants, and supported architectures in a formatted table.
Files to modify/create
index.js (or create src/commands/list.js)
Specs
- Output a formatted table showing template name, variants, and architectures.
- Support
opusify list --template portfolio to show only one template's details.
Acceptance criteria
Dependencies
What to build
Implement the
opusify listcommand that displays all available templates, their variants, and supported architectures in a formatted table.Files to modify/create
index.js(or createsrc/commands/list.js)Specs
opusify list --template portfolioto show only one template's details.Acceptance criteria
opusify listprints a table of all 5 templates with their variants.opusify list --template portfolioshows only portfolio variants and architectures.Dependencies