Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

PSGalleryStats

Get Powershell Gallery Statistics for the specified Date.

Install Module

Copy and Paste the following command to install this package using PowerShellGet

Install-Module -Name PSGalleryStats

Cmdlets

Get-PSGalleryStatistics

Dependencies

This module has no dependencies.

Example

Getting List of modules published on 3/21/2019

    PS C:\>Get-PSGalleryStatistics -Date "3/21/2019" -ov Stats

    Summary                                       Details
    -------                                       -------
    There were 23 modules published on 3/21/2019. {@{Author=Aaron Parker; ModuleName=VcRedist; Version=1.5.2.100; Publis...

    PS C:\>$Stats.summary
    There were 23 modules published on 3/21/2019.

About

Get Powershell Gallery Statistics for the specified Date.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages