projd 0.1.0

Scan software projects and generate structured reports.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# projd

`projd` scans a software project directory and prints a structured project
report.

```bash
projd scan .
projd scan . --output report.md
projd scan . --format json
projd scan . --format json --output scan.json
projd scan . --output report.md --overwrite
```

The scanner implementation lives in `projd-core` so the CLI and GUI share the
same project model.