Crate move_readme
source · [−]Expand description
Generates a readme from a Move package.
Setup
Install the CLI using Cargo:
cargo install move-readme
cargo install move-readme --features address20
cargo install move-readme --features address32Usage
In a directory containing a Move.toml, run:
move-readmeThis will write a README.md file to the current directory.
Structs
Parses a Move workspace into a set of IDLs.