deep-learning-pro-max
v0.1.1
Published
Dependency-free installer CLI for Deep Learning Pro Max skill
Maintainers
Readme
Deep Learning Pro Max CLI
Installer CLI for copying the skill into an agent platform folder.
Run directly from npm:
npx deep-learning-pro-max-cli init --ai codex --target . --dry-runnode cli\bin\deep-learning-pro-max.js list
node cli\bin\deep-learning-pro-max.js init --ai codex --target . --dry-run
node cli\bin\deep-learning-pro-max.js init --ai antigravity --target . --dry-run
node cli\bin\deep-learning-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.
