feat: initialer Commit des csv2excel CLI-Tools

Go-CLI-Tool zum Konvertieren von CSV-Dateien in Excel (.xlsx),
mit Mage-Build-System und Architektur-Dokumentation.
This commit is contained in:
Oliver Jakoubek 2026-03-05 10:14:52 +01:00
commit 26b874674f
10 changed files with 328 additions and 0 deletions

5
magefiles/go.mod Normal file
View file

@ -0,0 +1,5 @@
module csv2excel/magefile
go 1.25.0
require github.com/magefile/mage v1.15.0 // indirect