{"id":39744715,"url":"https://github.com/xoap-io/xoap-powershell-dsc-module-template","last_synced_at":"2026-01-18T11:19:08.695Z","repository":{"id":38257450,"uuid":"459192499","full_name":"xoap-io/xoap-powershell-dsc-module-template","owner":"xoap-io","description":"This is the XOAP PowerShell DSC module template repository","archived":false,"fork":false,"pushed_at":"2024-10-17T07:36:08.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-19T10:18:25.625Z","etag":null,"topics":["dsc","dsc-resources","powershell-dsc"],"latest_commit_sha":null,"homepage":"https://xoap.io","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/xoap-io.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS.md","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-02-14T14:21:21.000Z","updated_at":"2024-10-17T07:36:00.000Z","dependencies_parsed_at":"2024-04-24T22:26:27.410Z","dependency_job_id":"5ea8d3d9-c1b9-45a8-b0b8-76f0f442aa16","html_url":"https://github.com/xoap-io/xoap-powershell-dsc-module-template","commit_stats":null,"previous_names":[],"tags_count":4,"template":true,"template_full_name":null,"purl":"pkg:github/xoap-io/xoap-powershell-dsc-module-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoap-io%2Fxoap-powershell-dsc-module-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoap-io%2Fxoap-powershell-dsc-module-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoap-io%2Fxoap-powershell-dsc-module-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoap-io%2Fxoap-powershell-dsc-module-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xoap-io","download_url":"https://codeload.github.com/xoap-io/xoap-powershell-dsc-module-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoap-io%2Fxoap-powershell-dsc-module-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dsc","dsc-resources","powershell-dsc"],"created_at":"2026-01-18T11:19:05.189Z","updated_at":"2026-01-18T11:19:08.690Z","avatar_url":"https://github.com/xoap-io.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XOAPModuleTemplateDSC\r\n\r\nThis repository is a template that can be used as a starting point for creating new DSC modules and resources.\r\n\r\n## Code of Conduct\r\n\r\nThis project has adopted this [Code of Conduct](CODE_OF_CONDUCT.md).\r\n\r\n## Contributing\r\n\r\nPlease check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing).\r\n\r\n## Change log\r\n\r\nA full list of changes in each version can be found in the [change log](CHANGELOG.md).\r\n\r\n## Documentation\r\n\r\nThis script is used to easily create new DSC modules and resources.\r\n\r\n## Prerequisites\r\n\r\nPlease install Plaster first and make sure it's present.\r\n\r\n```powershell\r\nInstall-Module Plaster\r\nImport-Module Plaster\r\n```\r\n\r\n## Create new DSC modules\r\n\r\nModules will be automatically created once you are creating a new DSC resource.\r\n\r\n## Create new DSC resources\r\n\r\nDSC resources can easily be deployed via the invocation of\r\n\r\n```powershell\r\n.\\New-CompositeResource.ps1\r\n```\r\n\r\nwith parameters\r\n\r\n```powershell\r\n.\\New-CompositeResource.ps1 -Module XOAPModuleTemplateDSC -Version 0.0.1 -Resource ScheduledTasks\r\n```\r\n\r\nThe parameter list is as followed:\r\n\r\n| Parameter | Description                            | Note |\r\n|-----------|----------------------------------------|------|\r\n| Module    | Name of the outer module part          | -    |\r\n| Version   | Target version of the module           | -    |\r\n| Ressource | The name of the ressource /config part | -    |\r\n\r\n### Examples\r\n\r\nYou can review the [Examples](/Examples/Resources) directory in the **XOAPModuleTemplateDSC** module\r\nfor some general use scenarios for all the resources that are in the module.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxoap-io%2Fxoap-powershell-dsc-module-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxoap-io%2Fxoap-powershell-dsc-module-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxoap-io%2Fxoap-powershell-dsc-module-template/lists"}