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:
commit
26b874674f
10 changed files with 328 additions and 0 deletions
5
magefiles/go.mod
Normal file
5
magefiles/go.mod
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
module csv2excel/magefile
|
||||
|
||||
go 1.25.0
|
||||
|
||||
require github.com/magefile/mage v1.15.0 // indirect
|
||||
Loading…
Add table
Add a link
Reference in a new issue