1.1 KiB
1.1 KiB
SSN repositories
An overview of all repositories related to the patcher (SSN).
ssn-database
|
|------------|
ssn-auto ssn-manager ssn-tools
|------------|-------------|
|
ssn
|
ssn-installer
Libraries
argument-parser
: Abstracts parsing and verification of command line arguments. Used byssn-tools
.ssn
: A Node.js library that exports various functions to download and parse SSN files, both low-level and high-level.ssn-database
: Abstracts the data storage fromssn-auto
andssn-manager
.ssn-installer
: A low-level tool for extracting patch files. Used byssn
and not recommended to call on its own; better to use the higher-level functions fromssn
.
Endpoints
ssn-auto
: A command line tool that automatically checks for and installs new patches. Intended to be run as a cron job.ssn-manager
: A GUI version ofssn-auto
for debugging patch failures.ssn-tools
: Various command line tools for debugging SSN without writing code. More low-level thanssn-manager
.