6 releases
0.0.6 | Oct 14, 2022 |
---|---|
0.0.5 | Apr 14, 2021 |
0.0.4 | Feb 18, 2021 |
0.0.2 | Jan 30, 2021 |
#891 in Game dev
21 downloads per month
135KB
2K
SLoC
gdnative-doc-cli
Command-line alternative of gdnative-doc.
Installing
If you have cargo, simply run
cargo install gdnative-doc-cli
This will install gdnative-doc-cli
in $CARGO_HOME/bin
.
Usage
You can test it on a crate that exports gdnative structures with:
cd <path-to-my-crate>
gdnative-doc-cli --md <path-to-markdown-output>
To get more options, run gdnative-doc-cli --help
.
Dependencies
~4–13MB
~138K SLoC