- gibbels-common
- gibbels-algorithms
The common module is a building block that houses code shared across higher level modules. You can import the module as follows:
Install-Module -Name "gibbels-common"
Import-Module -Name "gibbels-common" -Scope CurrentUser
Supported cmdlets are:
- Get-DotNetVersions
The algorithms module contains a bunch of functions based on popular, or useful (in my opinion) algorithms. You can import the module as follows:
Install-Module -Name "gibbels-algorithms"
Import-Module -Name "gibbels-algorithms" -Scope CurrentUser
Supported cmdlets are:
- Test-LuhnValidation
- Test-LevenshteinDistance