Skip to content

Latest commit

 

History

History

gdnative-doc-cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.