Package Exports
- protondb-cli
- protondb-cli/protondb-cli.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (protondb-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
protondb-cli
A simple CLI for ProtonDB project. Let's face it, if you know about ProtonDB you must love video games and Linux and what better than an CLI for a Linux fan to check your games compatibility on Steam.
Installation
npm i protondb-cli -g
Usage
protondb-cli "Counter strike"
Tiers
Describe the support on Linux with ProtonDB
Tier | Description |
---|---|
Platinum | Runs perfectly out of the box |
Gold | Runs perfectly after tweaks |
Silver | Runs with minor issues, but generally playable |
Bronze | Runs, but often crashes or has issues preventing from playing comfortably |
Borked | Either won't start or is crucially unplayable |
N/A | Wihtout Tier. Comunity haven't report this game yet |
Confidence
Describe the support of the community under the tier
Using Docker
$ docker run -it --rm jegj/protondb-cli fifa
How ProtonDB.com works
For more information about how ProtonDB works, check the protondb specification.
How protondb-cli works
We use the information that you can find out in ProtonDB web page to emulate the HTTP requests, parse and show the results.
Limitations
- Keys, id and urls may change in the future. That is why those kind of params can be provided to the CLI. Perhaps in the future there is a better way to support this changes...