Reusable core utility functions for PowerShell automation projects.
Clone the repository:
git clone https://github.com/acotales/PSCoreTools.gitImport the module:
Import-Module .\PSCoreTools\PSCoreTools.psd1Import the module:
Import-Module PSCoreToolsList available commands:
Get-Command -Module PSCoreToolsPSCoreTools/
├── PSCoreTools.psd1
├── PSCoreTools.psm1
├── Public/
├── Private/
└── Tests/
Semantic Versioning (MAJOR.MINOR.PATCH)
MIT