algo8-sdlc
v0.1.3
Published
Algo8 SDLC scaffold (frontend + backend + playbook). Installing this package copies the full SDLC template into ./algo8-sdlc/ in your project.
Readme
algo8-sdlc
Full Algo8 SDLC scaffold — frontend, backend, README, and PLAYBOOK.pdf.
Use it
Two equivalent ways:
# Option A — one-shot, no install
npx algo8-sdlc init
# Option B — add as a dep (postinstall scaffolds on first install)
npm i algo8-sdlcCLI flags: --target <dir> (default cwd), --force (overwrite existing target), --help.
Either way, the template is copied into ./algo8-sdlc/ in your project:
algo8-sdlc/
├── backend/
├── frontend/
├── README.md
└── PLAYBOOK.pdfIf ./algo8-sdlc/ already exists, the copy is skipped (so reinstalls are safe).
Variants
algo8-sdlc-fe— frontend onlyalgo8-sdlc-be— backend only
