An open API service indexing awesome lists of open source software.

https://github.com/pkgstore/pwsh-kernel

Generic module for PowerShell. Used in PkgStore modules. Contains common functions for the operation of modules.
https://github.com/pkgstore/pwsh-kernel

powershell powershell-cmdlets powershell-module powershell-modules powershell-script powershell-scripts pwsh pwsh-module pwsh-scripts windows

Last synced: about 1 month ago
JSON representation

Generic module for PowerShell. Used in PkgStore modules. Contains common functions for the operation of modules.

Awesome Lists containing this project

README

          

# PowerShell Kernel Module

Generic module for PowerShell. Used in PkgStore modules. Contains common functions for the operation of modules.

## Install

```powershell
Install-CustomModule -N 'Kernel' -GHP 'pkgstore/pwsh-kernel'
```