get-egs-folders
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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']);

Readme

Keywords

none

Package Sidebar

Install

npm i get-egs-folders

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

13.8 kB

Total Files

5

Last publish

Collaborators

  • xeno_pomp