algo8-sdlc-be
v0.1.3
Published
Algo8 SDLC backend scaffold (backend + playbook). Installing this package copies the backend template into ./algo8-sdlc-be/ in your project.
Readme
algo8-sdlc-be
Backend slice of the Algo8 SDLC scaffold — backend, README, and PLAYBOOK.pdf.
Use it
# One-shot, no install
npx algo8-sdlc-be init
# Or add as a dep (postinstall scaffolds on first install)
npm i algo8-sdlc-beCLI flags: --target <dir>, --force, --help.
The template is copied into ./algo8-sdlc-be/ in your project:
algo8-sdlc-be/
├── backend/
├── README.md
└── PLAYBOOK.pdfIf ./algo8-sdlc-be/ already exists, the copy is skipped (so reinstalls are safe).
Variants
algo8-sdlc— full scaffold (frontend + backend)algo8-sdlc-fe— frontend only
