qa-pro-max
v0.1.0
Published
Dependency-free installer CLI for QA Pro Max skill
Maintainers
Readme
QA Pro Max CLI
Installer CLI for copying the skill into an agent platform folder.
Run directly from npm:
npx qa-pro-max-cli init --ai codex --target . --dry-runnode cli\bin\qa-pro-max.js list
node cli\bin\qa-pro-max.js init --ai codex --target . --dry-run
node cli\bin\qa-pro-max.js init --ai antigravity --target . --dry-run
node cli\bin\qa-pro-max.js init --ai codex --target . --forceSupported platforms come from generated templates/platforms/*.json files.
The CLI intentionally has no runtime dependencies. It copies the skill files into the selected platform folder and refuses to overwrite an existing destination unless --force is provided.
