Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swarkin/godot-cli
godot-cli - a convenience cli for godot
https://github.com/swarkin/godot-cli
cli godot rust
Last synced: 16 days 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-28T13:35:57.000Z (9 months ago)
- Last Synced: 2024-04-28T18:24:20.795Z (9 months ago)
- Topics: cli, godot, rust
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 3
- 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
```