project

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package project provides functionality to detect the type of a project based on its file structure.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type string

Type represents the detected project type.

const (
	Terraform Type = "Terraform"
	Pulumi    Type = "Pulumi"
	Go        Type = "Go"
	Python    Type = "Python"
	Unknown   Type = "Unknown"
)

Project type constants.

func Detect

func Detect(dir string) (Type, error)

Detect determines the project type based on files in the directory.

Jump to

Keyboard shortcuts

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