fml/README.md

17 lines
519 B
Markdown
Raw Normal View History

2024-02-09 13:51:22 -05:00
# fml
a tiny cli modlist editor for Factorio written in go
2024-02-11 22:48:51 -05:00
## technologies used
- written in [go](https://go.dev) using:
- [huh](https://github.com/charmbracelet/huh)
- [cli](https://github.com/urfave/cli)
- [log](https://github.com/charmbracelet/log)
- written using [helix](https://helix-editor.com/)
- tested on [void linux](https://voidlinux.org/)
## 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.