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

#658 in Game dev

MIT license

135KB
2K SLoC

gdnative-doc-cli

MIT license Latest Version

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

~3.5–5MB
~97K SLoC