SteamConfig
A cross-platform library to accompany the Steam-Data project. Provides methods to load/save the Steam configuration data including detecting the default installation path.
Cross-platform
SteamConfig has been developed for use on
- Mac OS X (tested on 10.11.6)
- Ubuntu Linux (tested on 16.0.4)
- Windows (tested on 7 and 10)
Installation
npm i steamconfig
Or
yarn add steamconfig
Usage
const SteamConfig = require('steamconfig')
let steam = new SteamConfig()
See the documentation for more information.
Warning
SteamConfig is in no way affiliated with, authorized, maintained, sponsored or endorsed by Valve or any employees of Valve.
License
Distributed under the MIT License
. See LICENSE for more information.