https://github.com/swarkin/godot-cli
godot-cli - a convenience cli for godot
https://github.com/swarkin/godot-cli
cli godot rust
Last synced: 2 months ago
JSON representation
godot-cli - a convenience cli for godot
- Host: GitHub
- URL: https://github.com/swarkin/godot-cli
- Owner: Swarkin
- Created: 2024-04-25T20:33:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T13:35:57.000Z (about 2 years ago)
- Last Synced: 2025-03-14T14:47:18.610Z (over 1 year ago)
- Topics: cli, godot, rust
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `godot-cli: a convenience cli for godot`
## `features`
```
config get/set entry [value] | configure the cli
new/create name | create a project
open name | open a project
run name [n] | run a project [n times]
list | list all projects
delete/remove name | delete a project
```
## `config`
```
godot_exec: path to the executable
project_dir: directory containing projects
```