| Crates.io | aptos-publish |
| lib.rs | aptos-publish |
| version | 0.1.2 |
| created_at | 2022-07-07 01:41:15.826604+00 |
| updated_at | 2022-07-23 04:11:50.413959+00 |
| description | CLI for publishing Move modules to Aptos. |
| homepage | https://aptos.is |
| repository | https://github.com/aptosis/aptos-toolkit |
| max_upload_size | |
| id | 620868 |
| size | 134,034 |
CLI for publishing Move modules to Aptos.
To use this CLI, you may install this crate via Cargo:
cargo install aptos-publish
You should also have an Aptos CLI configuration file, which can be created using:
aptos init
Run the following command to publish the module in the current directory:
aptos-publish
License: Apache-2.0