a tiny cli modlist editor for Factorio written in go
Go to file
Lilian Jónsdóttir ba36cba7bf initial code commit - basic functionality works
- automatically adds mods found in mods folder that aren't in mod-list.json
- read/write modlist from mod-list.json
- enable/disable mods
2024-02-09 10:53:06 -08:00
cmd/fml initial code commit - basic functionality works 2024-02-09 10:53:06 -08:00
internal initial code commit - basic functionality works 2024-02-09 10:53:06 -08:00
.gitignore initial commit 2024-02-09 10:51:22 -08:00
go.mod initial code commit - basic functionality works 2024-02-09 10:53:06 -08:00
go.sum initial code commit - basic functionality works 2024-02-09 10:53:06 -08:00
LICENSE initial commit 2024-02-09 10:51:22 -08:00
magefile.go initial code commit - basic functionality works 2024-02-09 10:53:06 -08:00
README.md initial commit 2024-02-09 10:51:22 -08:00

fml

a tiny cli modlist editor for Factorio written in go