This is a rust-based command line tool that manipulates Apple ][ language files and disk images.
Running a2kit --help
reveals the subcommands, a2kit <subcommand> --help
reveals help for the given subcommand.
Install the command line interface with cargo install a2kit
, see cargo.
Include the library in your project by adding a2kit = "0.1.0"
to your Cargo.toml
under [dependencies]
.