https://github.com/guoyunhe/rgi-libretro
CLI to export RetroGameIndex images to libretro-thumbnails
https://github.com/guoyunhe/rgi-libretro
Last synced: 3 months ago
JSON representation
CLI to export RetroGameIndex images to libretro-thumbnails
- Host: GitHub
- URL: https://github.com/guoyunhe/rgi-libretro
- Owner: guoyunhe
- License: gpl-3.0
- Created: 2023-01-26T02:53:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T13:30:25.000Z (over 2 years ago)
- Last Synced: 2024-04-25T10:03:17.395Z (about 1 year ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @guoyunhe/rgi-libretro
## Install
### Run directly
```bash
npx @guoyunhe/rgi-libretro thumbnail ps2
```### Install on system
```bash
npm i -g @guoyunhe/rgi-libretro
rgi-libretro thumbnail ps2
```### Install in project
```bash
npm i -D @guoyunhe/rgi-libretro
```Add script entry:
```json
{
"scripts": {
"download": "rgi-libretro thumbnail ps2"
}
}
```## Options
### `--help`
Show help
### `--version`
Show version