Categorygithub.com/lxgr-linux/code-to-appendix
repositorypackage
0.0.0-20250110092326-bb204458a4f4
Repository: https://github.com/lxgr-linux/code-to-appendix.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

code-to-appendix

Utility to create a latex appendix containing listings of code

Usage

Inside of the folder containing the code

code-to-appendix

Config

An optional config can be used

config.yaml

outputFile: "/home/arch/Dokumente/Uni/TFL/TFL/frame/appendix.pb.tex"
excludeFiles:
  - .git/
  - .mvn/
  - target/
  - .fleet
  - .idea
  - code-to-appendix.yaml
excludeFormats:
  - md

To use just add the config file as an commanline argument

code-to-appendix config.yaml