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.
- Host: GitHub
- URL: https://github.com/pkgstore/pwsh-kernel
- Owner: pkgstore
- License: mit
- Created: 2023-07-27T14:52:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T04:35:14.000Z (about 2 years ago)
- Last Synced: 2025-01-20T08:32:52.590Z (about 1 year ago)
- Topics: powershell, powershell-cmdlets, powershell-module, powershell-modules, powershell-script, powershell-scripts, pwsh, pwsh-module, pwsh-scripts, windows
- Language: PowerShell
- Homepage: https://ihub.to
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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'
```