repoconcat

package
v0.82.0 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2026 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Overview

buyer beware

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Concat

func Concat(cfg Config) error

Concat concatenates all files according to config

Types

type Config

type Config struct {
	Root         string   // Deprecated: use IncludeDirs instead
	IncludeDirs  []string // Directories to scan (starting points)
	IncludeFiles []string // Individual files to include
	Output       string   // Output file path
	IgnoreDirs   []string // Directory patterns to skip entirely
	IgnoreFiles  []string // File patterns to skip
	Verbose      bool     // Log included files and folders
}

Jump to

Keyboard shortcuts

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