WikiPageStatsGenerator 1.1.1

dotnet tool install --global WikiPageStatsGenerator --version 1.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local WikiPageStatsGenerator --version 1.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=WikiPageStatsGenerator&version=1.1.1
nuke :add-package WikiPageStatsGenerator --version 1.1.1

Wiki Page Stats Generator

NuGet codecov Build, Release, Publish


Wiki Page Stats Generator is a dotnet app that generates Azure Wiki-friendly markdown files about the most viewed pages of a specific Azure DevOps Wiki.

Usage

image Based on this URL use the following parameters:

dotnet tool install --global WikiPageStatsGenerator

# obtain an Azure PAT:
# https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows#create-a-pat 

# this assumes you want to output the markdown files to `/wiki`
WikiPageStatsGenerator \
  --azure-pat <azure-pat> \
  --organization <organization> #vimaster \
  --project <project> #newtendoland \
  --wiki-identifier <wiki> #newtendoland-wiki \
  --output-path /wiki

This will generate a file at /wiki/Most-Viewed-Pages.md with the following content: image

License

GNU General Public License v3.0

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.1.1 128 12/15/2023
1.1.0 543 4/3/2023
1.0.0 165 4/3/2023
0.1.0 161 4/2/2023

Check CHANGELOG.md