1.0.5 • Published 2 years ago

get-egs-folders v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago