gdnative-doc-cli

Crates.iogdnative-doc-cli
lib.rsgdnative-doc-cli
version0.0.6
sourcesrc
created_at2021-01-29 10:47:04.756888
updated_at2022-10-14 16:45:27.575735
descriptionCommand line utility for gdnative-doc
homepage
repositoryhttps://github.com/arnaudgolfouse/gdnative-doc-rs/
max_upload_size
id347981
size15,012
Arnaud Golfouse (arnaudgolfouse)

documentation

README

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.

Commit count: 121

cargo fmt