Files
openclaw/src/plugin-sdk/setup-tools.ts
2026-06-18 09:46:56 +08:00

10 lines
443 B
TypeScript

/**
* Public SDK subpath for setup-time command, archive, binary, and docs-link helpers.
*/
export { formatCliCommand } from "../cli/command-format.js";
export { extractArchive } from "../infra/archive.js";
export { resolveBrewExecutable } from "../infra/brew.js";
export { detectBinary } from "../infra/detect-binary.js";
export { formatDocsLink } from "../../packages/terminal-core/src/links.js";
export { CONFIG_DIR } from "../utils.js";