{"id":44542744,"url":"https://github.com/mod-posh/createpowershellmanifest","last_synced_at":"2026-02-13T19:03:59.504Z","repository":{"id":249132362,"uuid":"830114999","full_name":"mod-posh/CreatePowerShellManifest","owner":"mod-posh","description":"This action creates a PowerShell manifest and optionally handles required assemblies.","archived":false,"fork":false,"pushed_at":"2024-07-18T18:58:27.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-19T21:36:58.411Z","etag":null,"topics":["github-actions","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mod-posh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2024-07-17T16:05:51.000Z","updated_at":"2024-07-18T18:58:30.000Z","dependencies_parsed_at":"2024-07-18T19:20:49.790Z","dependency_job_id":null,"html_url":"https://github.com/mod-posh/CreatePowerShellManifest","commit_stats":null,"previous_names":["mod-posh/createpowershellmanifest"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mod-posh/CreatePowerShellManifest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FCreatePowerShellManifest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FCreatePowerShellManifest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FCreatePowerShellManifest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FCreatePowerShellManifest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mod-posh","download_url":"https://codeload.github.com/mod-posh/CreatePowerShellManifest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FCreatePowerShellManifest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29414379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["github-actions","powershell"],"created_at":"2026-02-13T19:03:11.430Z","updated_at":"2026-02-13T19:03:59.495Z","avatar_url":"https://github.com/mod-posh.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create PowerShell Manifest GitHub Action\n\nThis action creates a PowerShell manifest and optionally handles required assemblies.\n\n## Inputs\n\n### `ModuleName`\n\n**Required** The name of the PowerShell module.\n\n### `Source`\n\n**Optional** The source directory containing the module (relative to the workspace). Default is the root of the workspace.\n\n### `Output`\n\n**Optional** The output directory for the manifest (relative to the workspace). The default is `output``.\n\n### `Imports`\n\n**Required** Comma-separated list of import folders.\n\n### `Assemblies`\n\n**Optional** Comma-separated list of assembly directories.\n\n### `Debug`\n\n**Optional** Enable debug mode. The default is `false``.\n\n## Example usage\n\n```yaml\nname: Build PowerShell Module\n\non:\n  push:\n    branches:\n      - main\n  pull_request:\n    branches:\n      - main\n\njobs:\n  build:\n    runs-on: windows-latest\n\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@v4\n        with:\n          path: 'Repo'\n\n      - name: Create PowerShell Manifest\n        uses: mod-posh/CreatePowerShellManifest@v0.0.1.0\n        with:\n          ModuleName: 'SpnLibrary'\n          Source: 'Repo'\n          Imports: 'public'\n          Debug: 'true'\n\n      - name: Create PowerShell Module\n        uses: mod-posh/CreatePowerShellModule@v0.0.1.0\n        with:\n          ModuleName: 'SpnLibrary'\n          Source: 'Repo'\n          Imports: 'public'\n          Debug: 'true'\n\n      - name: Test PowerShell Module\n        uses: mod-posh/TestpowerShellModule@main\n        with:\n          ModuleName: 'SpnLibrary'\n          Source: 'Repo'\n          Debug: 'true'\n\n      - name: Upload PowerShell Module\n        uses: actions/upload-artifact@v4\n        with:\n          name: your-module-output\n          path: ${{ github.workspace }}/output\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmod-posh%2Fcreatepowershellmanifest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmod-posh%2Fcreatepowershellmanifest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmod-posh%2Fcreatepowershellmanifest/lists"}