3 releases
0.1.2 | Oct 17, 2023 |
---|---|
0.1.1 | Oct 17, 2023 |
0.1.0 | Oct 4, 2023 |
#1416 in Command line utilities
31 downloads per month
26KB
84 lines
godot-rs-config
A command line tool to create a godot extension library.
Install
$ cargo install godot-rs-config
Generate Project
$ godot-config new <lib_name>
Generate Godot class struct
$ godot-config class <className> <baseNode>
Notes
- https://github.com/cargo-generate/cargo-generate
- https://cargo-generate.github.io/cargo-generate/index.html
- https://docs.rs/clap/latest/clap/_derive/_tutorial/chapter_0/index.html
- https://cucumber-rs.github.io/cucumber/current/quickstart.html
- https://github.com/sagiegurari/cargo-make#usage-simple
- https://godot-rust.github.io/book/intro/objects.html
- https://hub.docker.com/r/barichello/godot-ci/
- https://github.com/abarichello/godot-ci/blob/master/Dockerfile
Dependencies
~37–53MB
~1M SLoC