Usage
Information
- Current Version: 0.2.1
- Binary size: less than 500KB
Installation
- Via a binary: Binaries for your platform can be obtained here. If the binary is a ".pkg.tar.zst" file, install this binary with Arch Linux's package manager. If the binary is a ".deb" file, install this binary with DPKG. If the binary is a binary, place this binary into a directory of your choice and add this directory to your system's path.
- Via an installl script: Installer scripts for Linux, Windows, and Mac OS can be found here. On Linux and Mac OS, download the script with cURL and run the script. On Windows, download the file and run the script with Powershell.
- Via Rust's package manager, Cargo: You can install the latest tagged release of Mandy with Cargo via the following command:
cargo install --git https://source.alyxshang.boo/alyxshang/mandy --tag v.0.2.1.
Uninstalling Mandy
- If you placed a binary into a directory on your system path, delete the binary from the directory you put it in.
- If you installed a package, use the command your package manager offers to remove the "mandy" package.
- If you installed Mandy via Cargo, use the
cargo uninstall mandy command to remove the binary.
Using Mandy's CLI
- Compiling a Mandy project into a static site:
mandy --build project-path. This will compile your project into the directory you specified as the distribution directory in the project configuration. - Testing a Mandy project:
mandy --test project-path. This will gather all the data required to compile your project into a static site without writing any files to disk. - Getting help information:
mandy --help - Getting version information:
mandy --version