First of all thank you for you support and for any contribution you make.
- Clone or fork the repo to any folder and than add to you PowerShell profile something like
##### CUSTOM MODULES
if ($env:PSModulePath -notmatch 'powershell\\modules') {
$env:PSModulePath = $env:PSModulePath + ';E:\powershell\modules'
}
Import-Module SimpleDockerApps -Force
-
Create your feature branch, find how to here
-
Start coding 😊
-
Create a pull request from your branch
-
Wait for my merge or discussion
-
???
-
Profit