@juanklagos/create-sdd-project
v2.2.1
Published
Scaffold a Spec-Driven Development project: compact spec/ sidecar (recommended) or full standalone workspace. Bilingual EN/ES.
Downloads
968
Maintainers
Readme
create-sdd-project
Scaffold a Spec-Driven Development project from spec-driven-development-template in one command. Bilingual EN/ES.
npx @juanklagos/create-sdd-project my-app # interactive
npx @juanklagos/create-sdd-project . --mode sidecar --yes # existing project, no prompts
npx @juanklagos/create-sdd-project my-ws --mode full # full standalone workspace- sidecar (default): SDD artifacts live in
<target>/spec/, your code stays in the target root. Recommended for real projects. - full: copies the complete standalone template workspace.
Requires git and bash on PATH (Node >= 18).
License: MIT. Copyright (c) 2026 Juan Carlos Alvarez Lagos.
