Skip to content

ark120202/find-steam-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1b33b5d · Apr 18, 2019

History

10 Commits
Mar 18, 2019
Jan 30, 2019
Jan 17, 2019
Apr 18, 2019
Apr 18, 2019
Jan 17, 2019
Mar 10, 2019
Apr 18, 2019
Apr 18, 2019
Jan 27, 2019
Apr 18, 2019

Repository files navigation

find-steam-app

Find location of an installed Steam app

Usage

const {
  findSteam,
  findSteamAppById,
  findSteamAppByName,
  findSteamAppManifest,
  findSteamLibraries,
} = require('find-steam-app');

await findSteamAppById(570);
// => '/path/to/steam/steamapps/common/dota 2 beta'

await findSteamAppByName('dota 2 beta');
// => '/path/to/steam/steamapps/common/dota 2 beta'

await findSteam();
// => '/path/to/steam'

await findSteamLibraries();
// => ['/path/to/steam/steamapps', '/path/to/library/steamapps']

await findSteamAppManifest(570);
// => { appid: 570, Universe: 1, name: 'Dota 2', ... }

For more information about manifest, see manifest.ts

About

Find location of an installed Steam app

Resources

License

Stars

Watchers

Forks

Packages

No packages published