papa-2.0.0 is not a library.
Visit the last successful build:
papa-2.3.0-alpha.2
![]()
Papa command line mod manager
Mod manager cli for Northstar
Features
- Search Thunderstore for mods from the command line
- Download a mod and its dependencies with one command
- Easily keep your mods up to date
- Per-directory tracking
- Enable and disable mods
Usage
Installation
Regardless of which method you use, I recommend setting your mods directory to something useful before using papa
Ubuntu/Debian(& derivatives)
Download the .deb file from the latest release and install it using whatever you usually use to install packages:
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
or from the git repo
If you want to build from source but don't have cargo installed, you should check out rustup.rs
Caveats
- The default install directory is relative to the current working directory, meaning that running the command in ~/ will install mods into ~/mods
- Installed mods are tracked by a
.papa.ronfile in the mods directory, so each directory will have its own list of mods - For now updates will blow up any changes made within the mod files themselves