Skip to content

mawosoft/PSReflector

Repository files navigation

PSReflector

PSGallery CI/CD License

Powershell module to declaratively expose non-public type members.

TODO Features/Usage/Examples

TODO

Installation

You can install PSReflector from the PowerShell Gallery.

Install-Module -Name PSReflector

CI Feed

To install the latest build from the CI feed:

  Register-PSRepository -Name mawosoft-nightly -SourceLocation https://pkgs.dev.azure.com/mawosoft-de/public/_packaging/public/nuget/v2/
  Install-Module -Name PSReflector -Repository mawosoft-nightly -AllowPrerelease -Force

About

Powershell module to declaratively expose non-public type members.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Contributors