Problem
Users coming from other scaffolding tools often type --skip-install. CPA already has --no-install; an alias reduces friction (parity with Create-Node-App).
Solution
Register --skip-install as an alias of --no-install in the Typer/Click CLI options. Document it in --help and TROUBLESHOOTING if needed.
Acceptance criteria
Problem
Users coming from other scaffolding tools often type
--skip-install. CPA already has--no-install; an alias reduces friction (parity with Create-Node-App).Solution
Register
--skip-installas an alias of--no-installin the Typer/Click CLI options. Document it in--helpand TROUBLESHOOTING if needed.Acceptance criteria
--skip-installskips dependency install the same as--no-install--help