| Crates.io | fmm |
| lib.rs | fmm |
| version | 0.6.0 |
| created_at | 2021-11-03 03:43:23.18996+00 |
| updated_at | 2022-04-23 01:11:45.346934+00 |
| description | Manage your Factorio mods. |
| homepage | |
| repository | https://github.com/raiguard/fmm |
| max_upload_size | |
| id | 475979 |
| size | 1,431,552 |
fmm is a basic CLI Factorio mod manager. Is is completely portable and runs on all major platforms.
Download the binary for your system from the releases page and place it on your PATH.
Coming soon: an AUR package.
Requires Rust nightly.
git clone https://github.com/raiguard/fmm & cd fmm
cargo build
PATHYou can build fmm from source and install it on your PATH like this:
cargo install --locked --force --path .
Or just run this without cloning the repository:
cargo install fmm
# Enable Space Exploration and all dependencies
fmm -Se space-exploration
# Enable a user-defined mod set
fmm -Ss MyModSet
# Search the mod portal
fmm -Q "logistic train network"
See fmm --help for all commands.
fmm accepts a --config flag with a path to a toml configuration file. If --config is not provided, fmm will look for this file in the following location:
| Platform | Path |
|---|---|
| Linux | /home/rai/.config/fmm/fmm.toml |
| macOS | /Users/Rai/Library/Application Support/fmm/fmm.toml |
| Windows | C:\Users\Rai\AppData\Roaming\fmm\fmm.toml |
Values passed as flags will override those in the config file.
Roughly in this order:
mod-list.json