Add deps-map component and related command

This commit is contained in:
crazywhalecc
2026-04-20 11:30:40 +08:00
parent 05900c2d6c
commit c39155898a
11 changed files with 1466 additions and 96 deletions

View File

@@ -1,4 +1,19 @@
# Dependency Table
---
aside: false
---
<!-- TODO: Auto-generated by `bin/spc dev:gen-ext-dep-docs` and `dev:gen-lib-dep-docs`.
Placeholder until commands are implemented in v3. -->
# Dependency Map
This page lists all supported packages (extensions and libraries) together with their dependency relationships.
- **Required Dependencies**: packages that are always built alongside the selected package.
- **Suggested Dependencies**: packages that are not built by default; enable them with `--with-suggests` or by specifying them manually.
- **Required By / Suggested By**: which other packages need or suggest this package.
Run the following command to generate the dependency data (source mode required):
```bash
bin/spc dev:gen-deps-data
```
<DepsMap />