Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luminasapphira/fbp-mod
Modify #Factorio blueprints from the command line
https://github.com/luminasapphira/fbp-mod
blueprint cli factorio rust
Last synced: 17 days ago
JSON representation
Modify #Factorio blueprints from the command line
- Host: GitHub
- URL: https://github.com/luminasapphira/fbp-mod
- Owner: LuminaSapphira
- License: mpl-2.0
- Created: 2024-06-04T03:57:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T04:55:18.000Z (7 months ago)
- Last Synced: 2024-11-27T08:36:32.962Z (26 days ago)
- Topics: blueprint, cli, factorio, rust
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fbp-mod
Modify Factorio blueprints from the command line
---
# Features
- Basic JSON ↔ Blueprint String encoding/decoding
- Removing tiles/entities
- Swapping tiles/entities for other tiles/entities# Usage
Compile / install:
```
cargo install --locked -f --path .
```Check usage:
```
fbp-mod --help
```