{"id":22357422,"url":"https://github.com/lazywinadmin/psmodulesample","last_synced_at":"2025-07-05T18:33:01.176Z","repository":{"id":76024763,"uuid":"165333723","full_name":"lazywinadmin/PSModuleSample","owner":"lazywinadmin","description":"PowerShell Module demo","archived":false,"fork":false,"pushed_at":"2019-06-23T22:55:59.000Z","size":71,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-05T18:32:41.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lazywinadmin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-12T01:36:45.000Z","updated_at":"2024-08-12T01:50:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"24a3cf62-ad97-4659-9c59-84615c05ebf0","html_url":"https://github.com/lazywinadmin/PSModuleSample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lazywinadmin/PSModuleSample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazywinadmin%2FPSModuleSample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazywinadmin%2FPSModuleSample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazywinadmin%2FPSModuleSample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazywinadmin%2FPSModuleSample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lazywinadmin","download_url":"https://codeload.github.com/lazywinadmin/PSModuleSample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazywinadmin%2FPSModuleSample/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263784841,"owners_count":23510984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-04T14:14:13.416Z","updated_at":"2025-07-05T18:33:01.171Z","avatar_url":"https://github.com/lazywinadmin.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PSModuleSample\n\nPowerShell Module demo use during my presentation on Automating Module builds.\n\n## Branches\n\nThis repository contains multiple branches to demo different approaches.\n\n|Branch|Link|Status|Module Type|Description|\n|---|---|---|---|---|\n|**master**||n/a|simple psm1|just a simple module|\n|**psm1_appveyor**|[link](https://github.com/lazywinadmin/PSModuleSample/blob/psm1_appveyor)|[![Build status](https://ci.appveyor.com/api/projects/status/mlidkpoq62un3uk8/branch/psm1_appveyor?svg=true)](https://ci.appveyor.com/project/lazywinadmin/psmodulesample/branch/psm1_appveyor)|simple psm1|module with appveyor|\n|**psm1_appveyor_buildps1**|[link](https://github.com/lazywinadmin/PSModuleSample/tree/psm1_appveyor_buildps1)|[![Build status](https://ci.appveyor.com/api/projects/status/y6m1kbo66m5s97qq/branch/psm1_appveyor_buildps1?svg=true)](https://ci.appveyor.com/project/lazywinadmin/psmodulesample-1jfxf/branch/psm1_appveyor_buildps1)|simple psm1|module with APPVEYOR, build.ps1|\n|**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|\n|**psm1_azdevops**|[link](https://github.com/lazywinadmin/PSModuleSample/blob/psm1_azdevops)||simple psm1|module with appveyor|\n|**psm1_azdevops_buildps1**|[link](https://github.com/lazywinadmin/PSModuleSample/tree/psm1_azdevops_buildps1)||simple psm1|module with APPVEYOR, build.ps1|\n|**dotsource**|[link](https://github.com/lazywinadmin/PSModuleSample/tree/dotsource)||dot sourced|module dot sourced|\n|**dotsource_azdevops**|[link](https://github.com/lazywinadmin/PSModuleSample/tree/dotsource_azdevops)|[![Build Status](https://dev.azure.com/lazywinadmin/PSModuleSample/_apis/build/status/dotsource_azdevops?branchName=dotsource_azdevops)](https://dev.azure.com/lazywinadmin/PSModuleSample/_build/latest?definitionId=10\u0026branchName=dotsource_azdevops)|dot sourced|module with AZURE DEVOPS, build.ps1, Psake, deployed to Gallery|\n|**dotsource_azdevops_invokebuild**|[link](https://github.com/lazywinadmin/PSModuleSample/tree/dotsource_azdevops_invokebuild)|[![Build Status](https://dev.azure.com/lazywinadmin/PSModuleSample/_apis/build/status/dotsource_azdevops_invokebuild?branchName=master)](https://dev.azure.com/lazywinadmin/PSModuleSample/_build/latest?definitionId=19\u0026branchName=master)|dot sourced|module with AZURE DEVOPS, build.ps1, Psake, deployed to Gallery|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazywinadmin%2Fpsmodulesample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flazywinadmin%2Fpsmodulesample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazywinadmin%2Fpsmodulesample/lists"}