Crates.io | gdnative-doc-cli |
lib.rs | gdnative-doc-cli |
version | 0.0.6 |
source | src |
created_at | 2021-01-29 10:47:04.756888 |
updated_at | 2022-10-14 16:45:27.575735 |
description | Command line utility for gdnative-doc |
homepage | |
repository | https://github.com/arnaudgolfouse/gdnative-doc-rs/ |
max_upload_size | |
id | 347981 |
size | 15,012 |
Command-line alternative of gdnative-doc.
If you have cargo, simply run
cargo install gdnative-doc-cli
This will install gdnative-doc-cli
in $CARGO_HOME/bin
.
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
.