Directories
¶
| Path | Synopsis |
|---|---|
|
Package cli builds the any command tree on top of the scaffold engine.
|
Package cli builds the any command tree on top of the scaffold engine. |
|
cmd
|
|
|
any
command
Command any scaffolds a new tamnd/*-cli repository with the full release, docs, and CI setup already wired in, so a new site CLI starts from a complete, building, releasable skeleton instead of a blank directory.
|
Command any scaffolds a new tamnd/*-cli repository with the full release, docs, and CI setup already wired in, so a new site CLI starts from a complete, building, releasable skeleton instead of a blank directory. |
|
Package kit turns one declaration of an operation into three surfaces: a CLI subcommand, an HTTP route, and an MCP tool.
|
Package kit turns one declaration of an operation into three surfaces: a CLI subcommand, an HTTP route, and an MCP tool. |
|
errs
Package errs defines the typed error taxonomy shared by every kit-based CLI and its one true mapping to CLI exit codes, HTTP status codes, and MCP error objects.
|
Package errs defines the typed error taxonomy shared by every kit-based CLI and its one true mapping to CLI exit codes, HTTP status codes, and MCP error objects. |
|
render
Package render turns a stream of record structs into one of the output formats the kit CLI supports: table, markdown, json, jsonl, csv, tsv, url, raw, and a Go text/template.
|
Package render turns a stream of record structs into one of the output formats the kit CLI supports: table, markdown, json, jsonl, csv, tsv, url, raw, and a Go text/template. |
|
store
Package store defines the pluggable record-store SPI that lets any kit read double as a crawl: with --db set, every emitted record is upserted into a local store before it reaches the output.
|
Package store defines the pluggable record-store SPI that lets any kit read double as a crawl: with --db set, every emitted record is upserted into a local store before it reaches the output. |
|
store/sqlitestore
Package sqlitestore is the built-in default store backend.
|
Package sqlitestore is the built-in default store backend. |
|
Package scaffold renders the embedded template tree into a new site CLI repository.
|
Package scaffold renders the embedded template tree into a new site CLI repository. |
Click to show internal directories.
Click to hide internal directories.