/SteamStorefrontPS

Cmdlets to retrieve data from the Steam StoreFront API.

Primary LanguageC#OtherNOASSERTION

Steam Storefront Powershell Module

A powershell module that uses the SteamStorefrontAPI library to retrieve data from the Steam StoreFront API. Also available on PowerShell Gallery.

Installation

Automated

Follow the instructions on PowerShell Gallery or run the following command

Install-Module -Name SteamStorefront 

Manual

Compile the project and run the following command in the build target directory

Import-Module -Name .\SteamStorefront.psd1
Get-Command -Module SteamStorefront