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