spec-driven-development
v3.7.16
Published
CLI tool for creating, building, and validating contract specifications
Downloads
3,181
Maintainers
Readme
spec-driven-development
Website: https://contractspec.io
npm-published CLI alias for ContractSpec under the sdd / spec-driven-development binary names. Thin wrapper that delegates to @contractspec/app.cli-contractspec.
What It Does
- Layer: apps-registry
- Consumers: end-users installing
npx sddornpx spec-driven-development
Installation
npm install spec-driven-development
or
bun add spec-driven-development
Usage
npx sdd --help
# or
bunx sdd --helpPublic Entry Points
sdd->./bin/contractspec.mjsspec-driven-development->./bin/contractspec.mjs
Local Commands
bun run publish:pkg— bun publish --tolerate-republish --ignore-scripts --verbosebun run publish:pkg:canary— bun publish:pkg --tag canary
Recent Updates
- Replace eslint+prettier by biomejs to optimize speed
- PublishConfig not supported by bun
Notes
- This package is a shim; all logic lives in
@contractspec/app.cli-contractspec - Do not add dependencies beyond the CLI app workspace reference
- Changes to
bin/contractspec.mjsaffect every user -- test locally before publishing
