mirror of
https://github.com/github/spec-kit.git
synced 2026-01-30 04:32:02 +00:00
docs: Add existing project initialization to getting started
Add commands for initializing Spec Kit in existing projects directly in the installation section. Shows both `specify init .` and `specify init --here` options to make brownfield usage immediately discoverable. Fixes #1285
This commit is contained in:
@@ -57,7 +57,15 @@ uv tool install specify-cli --from git+https://github.com/github/spec-kit.git
|
||||
Then use the tool directly:
|
||||
|
||||
```bash
|
||||
# Create new project
|
||||
specify init <PROJECT_NAME>
|
||||
|
||||
# Or initialize in existing project
|
||||
specify init . --ai claude
|
||||
# or
|
||||
specify init --here --ai claude
|
||||
|
||||
# Check installed tools
|
||||
specify check
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user