package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Dec 3, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package project provides functionality to detect the type of a project based on its file structure.
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.
Detect determines the project type based on files in the directory.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.