Skip to content

A module to assist with Steam Library administration

Notifications You must be signed in to change notification settings

JPRuskin/SteamLibrarian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SteamLibrarian

SteamLibrarian is a module for managing Steam games on a local machine. It was originally written to enable moving games between drives and handling junction-links.

It has mostly been surpassed by Valve gradually adding features to Steam.

Building SteamLibrarian

To build SteamLibrarian locally, run the following code:

Build-Module -Path $ModulePath -Output $ModulePath\$Version -ModuleVersion $Version

Testing SteamLibrarian

To test SteamLibrarian locally, run the following code:

Import-Module $ModulePath

$TestParameters = @{
    Script = $ModulePath\tests
    CodeCoverage = (Get-ChildItem $ModulePath\$Version -Filter *.psm1).FullName
}

Invoke-Pester @TestParameters

Version

Version Changes
0.0.1 Basic module structure

About

A module to assist with Steam Library administration

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published