a tiny cli modlist editor for Factorio written in go
Go to file
2024-02-11 20:23:32 -08:00
cmd/fml add cli flag to disable automatic addition of missing mods 2024-02-11 19:41:57 -08:00
internal improved logging 2024-02-11 17:44:54 -08:00
.gitignore initial commit 2024-02-09 10:51:22 -08:00
go.mod remove the last remnant of mage 2024-02-11 19:47:41 -08:00
go.sum cli args and such 2024-02-11 19:20:18 -08:00
justfile add go install to justfile 2024-02-11 20:23:32 -08:00
LICENSE initial commit 2024-02-09 10:51:22 -08:00
README.md update readme 2024-02-11 19:48:51 -08:00

fml

a tiny cli modlist editor for Factorio written in go

technologies used

factorio has a built in mod manager, so why?

The in-game mod manager can't be used with a headless server, and editing JSON by hand just isn't my style.