Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```