scorch titan icon

Papa command line mod manager

Papa Scorch's cli mod manager for Northstar clients and servers

Usage

```bash

must be as the URL appears on thunderstore e.g. /Fifty/Server_Utilities/

papa install ServerUtilities #install a mod papa list #list installed mods papa remove ServerUtilitiess #uninstall a mod papa clear #clear the download cache ```

Installation

Regardless of which method you use, I recommend setting your mods directory to something useful before using papa bash papa config -m /PATH/TO/MODS/FOLDER/

Ubuntu/Debian(& derivatives)

Download the .deb file the latest release and install it using whatever you usually use to install packages: bash sudo apt install ./papa_1.0.0.rc.1.deb

Windows

Download and run the .msi installer from the latest release.

Using prebuilt binaries

Download the appropriate binary for your system (make sure you get the .exe for Windows) and place it somewhere in your PATH. You should then be able to call the papa command from your favorite command line.

Building from source

If you have cargo installed on your system, you should be able to install papa directly from crates.io bash cargo install papa or from the git repo bash cargo install --git https://github.com/AnActualEmerald/papa If you want to build from source but don't have cargo installed, you should check out rustup.rs

Caveats