This commit is contained in:
dfinke
2016-03-22 09:37:06 -04:00
parent 3b69c88474
commit ffe8b2044f

View File

@@ -1,3 +1,10 @@
<#
.Synopsis
Chart download stats for modules/scripts published on the PowerShell Gallery
.Example
.\Get-ModuleStats.ps1 ImportExcel
#>
param(
[Parameter(Mandatory=$true)]
$moduleName,