Documentation
¶
Overview ¶
Package project provides the ProjectDetector implementation for detecting and reading Tracks project configuration.
This package locates and parses .tracks.yaml files to provide project metadata for CLI commands that need to operate within a Tracks project context.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotTracksProject = errors.New("not a tracks project")
ErrNotTracksProject indicates the directory is not a Tracks project.
Functions ¶
func NewDetector ¶
func NewDetector() interfaces.ProjectDetector
NewDetector creates a new ProjectDetector implementation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.