Welcome to ChuNet Pwsh Packages!!!

Using Nuget from the command line

To see the packages from the command line use, nuget list -source https://psrepo.chunet.net/nuget

To download the packages with the command line nuget tool use, nuget install -source https://psrepo.chunet.net/nuget

Using Powershell for downloading and installing

To see the packages with Powershell, you will first need to register the repository, use Register-PSRepository -Name Chunet -SourceLocation https://psrepo.chunet.net/nuget

Then you can use, Find-Module -Repository Chunet, this will then display all packages here on Chunet.

To install Chunet packages after you have registered the repository, use, Install-Module -Name [the module name to install] (Located here).