@guoyunhe/rgi-libretro
Version:
CLI to export RetroGameIndex images to libretro-thumbnails
43 lines (28 loc) • 441 B
Markdown
# @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