a tiny cli modlist editor for Factorio written in go
Go to file
Lilian Jónsdóttir 5f7df27d76 add cli flag to remove mods without zip files from the list
also refactor modlist a bit
  - modlist knows about its own directory
  - AddModsNotInList and RemoveModsNotInFolder use said directory instead of taking one as an argument
2024-02-12 10:20:15 -08:00
cmd/fml add cli flag to remove mods without zip files from the list 2024-02-12 10:20:15 -08:00
internal add cli flag to remove mods without zip files from the list 2024-02-12 10:20:15 -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.