golduck

Crates.iogolduck
lib.rsgolduck
version1.0.1
sourcesrc
created_at2023-03-04 19:05:45.000134
updated_at2023-03-05 17:01:29.616307
descriptionA cli tool to run and debug godot projects 🦆🌊
homepage
repositoryhttps://github.com/wyvernbw/golduck
max_upload_size
id800758
size22,976
Calin P (wyvernbw)

documentation

README

🦆🌊 golduck

a cli program to run and debug godot scenes, built in rust 🦀

Made with VHS

Usage: golduck.exe [OPTIONS] <COMMAND>

Commands:
  play        Play the project (equivalent to pressing F5 in the editor)
  play-debug  Play the project in debug mode
  run         Run a specific scene, supports fuzzy findig
  debug       Debug a specific scene, supports fuzzy findig
  help        Print this message or the help of the given subcommand(s)

Options:
  -s, --silence   Silence the godot console output
  -e, --no-error  Silence the godot console errors
  -h, --help      Print help
  -V, --version   Print version

Installation

  • Crates.io: cargo install golduck
  • Github: Releases
Commit count: 15

cargo fmt