Compare commits
No commits in common. "c55d3478dd333580eb2a33afac7efa7611ebde5f" and "5d58cc9ac6c26688465b402236e1b7caca7749d2" have entirely different histories.
c55d3478dd
...
5d58cc9ac6
13
README.md
13
README.md
|
@ -1,16 +1,3 @@
|
||||||
# fml
|
# fml
|
||||||
|
|
||||||
a tiny cli modlist editor for Factorio written in go
|
a tiny cli modlist editor for Factorio written in go
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
1
go.mod
1
go.mod
|
@ -5,6 +5,7 @@ go 1.21.5
|
||||||
require (
|
require (
|
||||||
github.com/charmbracelet/huh v0.3.0
|
github.com/charmbracelet/huh v0.3.0
|
||||||
github.com/charmbracelet/log v0.3.1
|
github.com/charmbracelet/log v0.3.1
|
||||||
|
github.com/magefile/mage v1.15.0
|
||||||
github.com/urfave/cli/v2 v2.27.1
|
github.com/urfave/cli/v2 v2.27.1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue