https://github.com/lazywinadmin/psmodulesample
PowerShell Module demo
https://github.com/lazywinadmin/psmodulesample
Last synced: 11 months ago
JSON representation
PowerShell Module demo
- Host: GitHub
- URL: https://github.com/lazywinadmin/psmodulesample
- Owner: lazywinadmin
- License: mit
- Created: 2019-01-12T01:36:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T22:55:59.000Z (almost 7 years ago)
- Last Synced: 2025-07-05T18:32:41.507Z (11 months ago)
- Language: PowerShell
- Size: 69.3 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSModuleSample
PowerShell Module demo use during my presentation on Automating Module builds.
## Branches
This repository contains multiple branches to demo different approaches.
|Branch|Link|Status|Module Type|Description|
|---|---|---|---|---|
|**master**||n/a|simple psm1|just a simple module|
|**psm1_appveyor**|[link](https://github.com/lazywinadmin/PSModuleSample/blob/psm1_appveyor)|[](https://ci.appveyor.com/project/lazywinadmin/psmodulesample/branch/psm1_appveyor)|simple psm1|module with appveyor|
|**psm1_appveyor_buildps1**|[link](https://github.com/lazywinadmin/PSModuleSample/tree/psm1_appveyor_buildps1)|[](https://ci.appveyor.com/project/lazywinadmin/psmodulesample-1jfxf/branch/psm1_appveyor_buildps1)|simple psm1|module with APPVEYOR, build.ps1|
|**psm1_appveyor_release**|[link](https://github.com/lazywinadmin/PSModuleSample/tree/psm1_appveyor_release)|n/a|simple psm1|module with APPVEYOR, build.ps1, release to PSGallery|
|**psm1_azdevops**|[link](https://github.com/lazywinadmin/PSModuleSample/blob/psm1_azdevops)||simple psm1|module with appveyor|
|**psm1_azdevops_buildps1**|[link](https://github.com/lazywinadmin/PSModuleSample/tree/psm1_azdevops_buildps1)||simple psm1|module with APPVEYOR, build.ps1|
|**dotsource**|[link](https://github.com/lazywinadmin/PSModuleSample/tree/dotsource)||dot sourced|module dot sourced|
|**dotsource_azdevops**|[link](https://github.com/lazywinadmin/PSModuleSample/tree/dotsource_azdevops)|[](https://dev.azure.com/lazywinadmin/PSModuleSample/_build/latest?definitionId=10&branchName=dotsource_azdevops)|dot sourced|module with AZURE DEVOPS, build.ps1, Psake, deployed to Gallery|
|**dotsource_azdevops_invokebuild**|[link](https://github.com/lazywinadmin/PSModuleSample/tree/dotsource_azdevops_invokebuild)|[](https://dev.azure.com/lazywinadmin/PSModuleSample/_build/latest?definitionId=19&branchName=master)|dot sourced|module with AZURE DEVOPS, build.ps1, Psake, deployed to Gallery|