Documentation
¶
Overview ¶
Package templates ships the canonical toaweme config files (golangci, taskfile, gitignore, GitHub quality + release workflows, goreleaser, licenses) as an embedded filesystem so the `care setup` subcommands can write them into target repos without any network dependency. Workflow templates live under `.github/workflows/`; the repo kind is encoded in the filename (`*.library.yml` / `*.binary.yml`). The setup file matrix maps each source to its destination path (e.g. `release.binary.yml` -> `.github/workflows/release.yml`).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FS embed.FS
FS is the embedded filesystem of canonical toaweme config and workflow templates.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.