Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateusai/godot_exporter
A simple tool to automate the export of your Godot projects
https://github.com/mateusai/godot_exporter
Last synced: 7 days ago
JSON representation
A simple tool to automate the export of your Godot projects
- Host: GitHub
- URL: https://github.com/mateusai/godot_exporter
- Owner: MateuSai
- Created: 2024-02-10T17:28:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T17:35:27.000Z (3 months ago)
- Last Synced: 2024-08-14T19:16:19.754Z (3 months ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Godot Exporter
## Usage:
```
cargo run -- -p /path/to/godot/project -g /path/to/godot/executable -o /path/to/output/directory --presets "Preset name 1" "Preset name 2" --export-mode release
```