No description
Find a file
Rob B 9ceee7e514
Merge pull request #17 from satisfactorymodding/readme-updates
chore: additional developer setup info in the readme
2023-06-18 14:10:27 -04:00
.github ci: pin golangci-lint version 2023-06-12 12:05:28 +02:00
.vscode chore: additional developer setup info in the readme 2023-06-18 12:25:22 -05:00
cfg Resolution, downloads, lockfiles 2022-05-02 23:07:15 +03:00
cli fix: deterministic resolving order 2023-06-12 11:47:04 +02:00
cmd feat: add mod upload command 2022-10-14 19:11:16 +03:00
docs feat: add mod upload command 2022-10-14 19:11:16 +03:00
ficsit feat: add mod upload command 2022-10-14 19:11:16 +03:00
tea fix other linting errors 2023-06-18 17:48:53 +02:00
utils feat: add mod upload command 2022-10-14 19:11:16 +03:00
.gitignore add vscode debug stuff, adjust gitignore 2023-06-15 10:50:10 +02:00
.golangci.yml feat: add mod upload command 2022-10-14 19:11:16 +03:00
.goreleaser.yml chore: change aur homepage url 2022-10-14 19:12:34 +03:00
cspell.json chore: additional developer setup info in the readme 2023-06-18 12:25:22 -05:00
genqlient.yaml feat: add mod upload command 2022-10-14 19:11:16 +03:00
go.mod feat: add mod upload command 2022-10-14 19:11:16 +03:00
go.sum feat: add mod upload command 2022-10-14 19:11:16 +03:00
LICENSE Add sorting options 2021-12-04 05:42:31 +02:00
main.go installed mods, versioning, async mods 2022-06-07 02:55:26 +03:00
README.md chore: additional developer setup info in the readme 2023-06-18 12:25:22 -05:00
tools.go feat: add mod upload command 2022-10-14 19:11:16 +03:00

ficsit-cli push GitHub go.mod Go version GitHub tag (latest by date) GitHub license GitHub all releases

A CLI tool for managing mods for the game Satisfactory

Installation

Windows

Download the appropriate .exe for your CPU architecture.

Linux

Arch

A package is published to AUR under the name ficsit-cli-bin

yay -S ficsit-cli-bin

Debian (inc. Ubuntu, Mint, PopOS!, etc)

Download the appropriate .deb for your CPU architecture.

Fedora

Download the appropriate .rpm for your CPU architecture.

Alpine

Download the appropriate .apk for your CPU architecture.

macOS

Download the "all" build here.

Troubleshooting

  • Config files are located in %APPDATA%\ficsit\

Development

Dependencies

  • Go 1.18
  • IDE of Choice. Goland or VSCode suggested.

Building

go build

Will produce ficsit-cli.exe in the repo root directory.