{"id":20997257,"url":"https://github.com/alx9r/structuredresource","last_synced_at":"2026-05-17T21:35:44.956Z","repository":{"id":93940843,"uuid":"105657969","full_name":"alx9r/StructuredResource","owner":"alx9r","description":"Streamlined development of robust and consistent PowerShell DSC resources.","archived":false,"fork":false,"pushed_at":"2020-01-28T18:36:58.000Z","size":175,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-31T11:57:39.338Z","etag":null,"topics":["automated-tests","dsc-resource","framework","guidelines","powershell","test-driven-development"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alx9r.png","metadata":{"files":{"readme":"Docs/readme.md","changelog":"CHANGELOG.md","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}},"created_at":"2017-10-03T13:55:30.000Z","updated_at":"2023-07-13T23:14:15.000Z","dependencies_parsed_at":"2023-08-28T20:01:40.764Z","dependency_job_id":null,"html_url":"https://github.com/alx9r/StructuredResource","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alx9r/StructuredResource","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx9r%2FStructuredResource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx9r%2FStructuredResource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx9r%2FStructuredResource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx9r%2FStructuredResource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alx9r","download_url":"https://codeload.github.com/alx9r/StructuredResource/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx9r%2FStructuredResource/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33155831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":["automated-tests","dsc-resource","framework","guidelines","powershell","test-driven-development"],"created_at":"2024-11-19T07:39:20.333Z","updated_at":"2026-05-17T21:35:44.927Z","avatar_url":"https://github.com/alx9r.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started with StructuredResource\n\n## New to PowerShell or DSC?\nAll of the StructuredResource documentation assumes that you have a working familiarity with PowerShell and DSC.  If you are new to PowerShell or DSC, I recommend reviewing the getting started documentation at the [PowerShell](https://github.com/PowerShell/PowerShell) project.\n\n## Installing StructuredResource\n\nStructuredResource is a PowerShell module.  To install simply put the root folder (the one named \"StructuredResource\") in one of the `$Env:PSModulePath` folders on your system.  For testing and development I recommend installing StructuredResource to the user modules folder (usually `$Env:UserProfile\\Documents\\WindowsPowerShell\\Modules`). \n\n### Prerequisites\n\nStructuredResource requires WMF 5.0 or later.  \n\n### Obtaining StructuredResource\n\nTo obtain StructuredResource I recommend cloning [the repository](https://github.com/alx9r/StructuredResource.git) to your computer and checking out the [latest release](https://github.com/alx9r/StructuredResource/releases/latest) using `git clone` and `git checkout`.\n\nAlternatively you can download then extract an archive of the module from [this page](https://github.com/alx9r/StructuredResource/releases/latest).\n\n### Confirming Installation\n\nTo confirm that StructuredResource is installed on your computer, invoke the following commands:\n\n```\nC:\\\u003e Import-Module StructuredResource\nC:\\\u003e Get-Module StructuredResource\n\nModuleType Version    Name                                ExportedCommands\n---------- -------    ----                                ----------------\nScript     0.1.0      StructuredResource                  {Invoke-Structured...\n```\n\nYou should see some details about the StructuredResource module output by the `Get-Module` command as shown above.\n\n## Tutorial\n\nFor an introduction to using StructuredResource to develop your own DSC resources, I recommend following [the tutorial][].\n\n[the tutorial]: tutorial.md","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falx9r%2Fstructuredresource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falx9r%2Fstructuredresource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falx9r%2Fstructuredresource/lists"}