Documentation
¶
Overview ¶
Package monorepo detects monorepo/workspace boundaries and reports the repo type along with resolved workspace paths.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Type string `json:"type"` // "monorepo" or "single"
Tool string `json:"tool"` // e.g. "pnpm", "npm", "yarn", "go-work", "turbo", "nx", "lerna", "cargo", "convention"
Workspaces []string `json:"workspaces"` // relative paths to workspace roots
}
Result holds the detection output for a given root directory.
Click to show internal directories.
Click to hide internal directories.