Generates a readme from a Move package.
Install the CLI using Cargo:
```bash cargo install move-readme
cargo install move-readme --features address20
cargo install move-readme --features address32 ```
In a directory containing a Move.toml
, run:
bash
move-readme
This will write a README.md
file to the current directory.
License: Apache-2.0