documentation/repositories/ssn.md

31 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2018-11-16 04:53:14 +01:00
# SSN repositories
An overview of all repositories related to the patcher (SSN).
```plaintext
2019-07-21 16:00:13 +02:00
ssn-auto ssn-manager
| |
|-----------|
2018-11-16 04:53:14 +01:00
|
2019-07-21 16:00:13 +02:00
ssn-database ssn-tools
| |
|------------------|
|
ssn
|
ssn-installer
2018-11-16 04:53:14 +01:00
```
## Libraries
- `argument-parser`: Abstracts parsing and verification of command line arguments. Used by `ssn-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 from `ssn-auto` and `ssn-manager`.
- `ssn-installer`: A low-level tool for extracting patch files. Used by `ssn` and not recommended to call on its own; better to use the higher-level functions from `ssn`.
## 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 of `ssn-auto` for debugging patch failures.
- `ssn-tools`: Various command line tools for debugging SSN without writing code. More low-level than `ssn-manager`.