mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 15:53:32 +00:00
updated
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
<#
|
||||||
|
.Synopsis
|
||||||
|
Chart download stats for modules/scripts published on the PowerShell Gallery
|
||||||
|
.Example
|
||||||
|
.\Get-ModuleStats.ps1 ImportExcel
|
||||||
|
#>
|
||||||
|
|
||||||
param(
|
param(
|
||||||
[Parameter(Mandatory=$true)]
|
[Parameter(Mandatory=$true)]
|
||||||
$moduleName,
|
$moduleName,
|
||||||
|
|||||||
Reference in New Issue
Block a user