mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +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(
|
||||
[Parameter(Mandatory=$true)]
|
||||
$moduleName,
|
||||
|
||||
Reference in New Issue
Block a user