solvely-launchpad
v0.1.7
Published
Adoption-first CI template bootstrap CLI
Readme
solvely-launchpad
Bootstrap and manage Solvely Launchpad workflows.
Commands
init: detect preset/package manager and generate workflowspreview: show planned file operations without writingdoctor: validate policy + caller contract (permissions,@v1pins, quality-gates wiring hints)migrate: apply safe migration transforms forv1.x
Flags
--commitlint-strict true|false(defaultfalse)false: commitlint warns but does not block CItrue: commitlint failures block CI
--profile baseline|strict|hardened(defaultbaseline)baseline: lower-friction adoption defaultsstrict: stronger baseline quality defaultshardened: security-heavy defaults for mature repos
--no-release true|false(defaultfalse)true: never generate.github/workflows/release.yml
--app true|false(alias of--no-release)
Examples
npx solvely-launchpad init --preset node-lib --yes
npx solvely-launchpad init --preset node-lib --profile baseline --yes
npx solvely-launchpad init --preset node-lib --profile hardened --yes
npx solvely-launchpad init --preset node-lib --yes --commitlint-strict true
npx solvely-launchpad init --preset node-lib --yes --app true
npx solvely-launchpad preview --preset nextjs
npx solvely-launchpad doctor
npx solvely-launchpad migrate --from v1 --to v1.x