1.0.5 • Published 5 months ago

get-egs-folders v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Get EGS folders

NPM version

This lib is inspired by getSteamFolders.

Usage

Install package first:

# npm
npm i get-egs-folders

# Yarn
yarn add get-egs-folders

Import functions by named import:

import { getEgsMainLocation, getAllEgsGames } from 'get-egs-folders'

API

getAllEgsGames()

=> Promise<Record<string, { path: string; size: number; }>>

const games = await getAllEgsGames();

console.log(games['Fortnite']);
1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago