projd 0.1.0

Scan software projects and generate structured reports.
projd-0.1.0 is not a library.

projd

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

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.