# Convert an altx file to .sky:
skytool convert <file> [-o <directory>]
skytool (-h | --help)
Options:
-h --help Show this screen.
-o --output The directory in which to save files. [default: ./]
Skytool requires Rust nightly. To compile skytool and it's dependencies, run the following:
cargo build --release
The binary will be created as target/release/skytool.