| Crates.io | move-readme |
| lib.rs | move-readme |
| version | 0.1.0 |
| created_at | 2022-07-09 03:51:19.877574+00 |
| updated_at | 2022-07-09 03:51:19.877574+00 |
| description | Generates a readme from a Move package. |
| homepage | https://moving.wtf |
| repository | https://github.com/movingco/move-readme |
| max_upload_size | |
| id | 622259 |
| size | 49,422 |
Generates a readme from a Move package.
Install the CLI using Cargo:
cargo install move-readme
# On Sui
cargo install move-readme --features address20
# On Aptos
cargo install move-readme --features address32
In a directory containing a Move.toml, run:
move-readme
This will write a README.md file to the current directory.
License: Apache-2.0