Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PNPMWorkspaceYAML ¶
type PNPMWorkspaceYAML struct {
Packages []string `json:"packages,omitempty"`
}
PNPMWorkspaceYAML is a partial representation of a pnpm-workspace.yaml file.
type PackageJSON ¶
type PackageJSON struct {
Name string `json:"name,omitempty"`
Scripts map[string]string `json:"scripts,omitempty"`
Workspaces []string `json:"workspaces,omitempty"`
}
PackageJSON is a partial representation of a package.json file.
type RushJSON ¶ added in v0.2.0
type RushJSON struct {
Projects []RushProject `json:"projects,omitempty,omitzero"`
}
RushJSON is a partial representation of a rush.json file.
type RushProject ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.