feat(gen-docs): add metadata of all scoped packages

This commit is contained in:
matt1432 2025-02-18 13:48:19 -05:00
parent a42f4091d0
commit fffcce6d29
3 changed files with 59 additions and 10 deletions
apps/gen-docs/templates

View file

@ -4,8 +4,15 @@ This directory contains every package scopes exposed by this flake.
## List of my package scopes found in `self.scopedPackages`
| Name | Description |
| ---- | ----------- |
$for(attrs/pairs)$
| `$it.key$` | $it.value.desc/nowrap$ |
### $it.key$
$it.value.desc/nowrap$
| Name | Description | Homepage |
| ---- | ----------- | -------- |
$for(it.value.packages/pairs)$
| `$it.key$` | $it.value.desc/nowrap$ | $it.value.homepage/nowrap$ |
$endfor$
$endfor$