project

package
v0.137.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2026 License: BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Overview

Package project defines project-level types and naming.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Name

type Name string

Name is a typed alias for the resolved project name. Construct via Resolve.

func Resolve added in v0.135.17

func Resolve(configOverride string) Name

Resolve resolves the project name using the fallback chain: 1. Config override (if non-empty) 2. Git repository root directory name 3. Git remote repo name (origin URL → extract repo name) 4. Working directory name

func (Name) String added in v0.135.17

func (n Name) String() string

String returns the underlying string for use at boundaries (logs, exec args, etc.).

Jump to

Keyboard shortcuts

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