monorepo

package
v0.0.36 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Main = &cobra.Command{
	Use:   "monorepo",
	Short: "Helpers for CircleCI Monorepo Support",
}

Main cobra command for monorepo support

Functions

This section is empty.

Types

type Component

type Component struct {
	ID           string   `yaml:"id"`
	Name         string   `yaml:"name"`
	Dependencies []string `yaml:"deps"`
	Path         string   `yaml:"path"`
}

Component struct represent the configuration stored in yaml enriched by the relative path of the component in relation to the rootDirectory.

func (Component) String

func (component Component) String() string

type ComponentGraph

type ComponentGraph struct {
	// contains filtered or unexported fields
}

ComponentGraph struct represent the graph of all components found in the specified rootDirectory and its subdirectories.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL