Skip to content

Commit 94d695e

Browse files
github-actions[bot]github-actions
andauthored
Automated documentation update [skip ci] (#9)
Co-authored-by: github-actions <[email protected]>
1 parent 70cb0e4 commit 94d695e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/specify-cli/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
# GitHub Specify CLI (specify-cli)
3+
4+
Installs the GitHub Specify CLI for Spec-Driven Development.
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/nulldriver/devcontainer-features/specify-cli:1": {}
11+
}
12+
```
13+
14+
## Options
15+
16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| version | Select or enter a Specify CLI version. Use 'latest' for the latest version from the main branch. | string | latest |
19+
20+
## About
21+
22+
This feature installs the [GitHub Specify CLI](https://github.com/github/spec-kit) for Spec-Driven Development. The Specify CLI helps you build high-quality software faster by focusing on product scenarios rather than writing undifferentiated code through a structured, specification-driven development process.
23+
24+
## Learn More
25+
26+
- [GitHub spec-kit Repository](https://github.com/github/spec-kit) - Main project repository
27+
- [Spec-Driven Development Guide](https://github.com/github/spec-kit/blob/main/spec-driven.md) - Complete methodology documentation
28+
- [Video Overview](https://www.youtube.com/watch?v=a9eR1xsfvHg) - Introduction to Spec-Driven Development
29+
30+
31+
---
32+
33+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/nulldriver/devcontainer-features/blob/main/src/specify-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 commit comments

Comments
 (0)