{"id":44542774,"url":"https://github.com/mod-posh/createpowershellmodule","last_synced_at":"2026-02-13T19:04:05.048Z","repository":{"id":249132461,"uuid":"830027449","full_name":"mod-posh/CreatePowerShellModule","owner":"mod-posh","description":"This action creates a PowerShell module from source files.","archived":false,"fork":false,"pushed_at":"2024-07-18T18:24:44.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-19T21:37:50.102Z","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-17T13:06:42.000Z","updated_at":"2024-07-18T18:37:18.000Z","dependencies_parsed_at":"2024-07-18T19:21:04.181Z","dependency_job_id":null,"html_url":"https://github.com/mod-posh/CreatePowerShellModule","commit_stats":null,"previous_names":["mod-posh/createpowershellmodule"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mod-posh/CreatePowerShellModule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FCreatePowerShellModule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FCreatePowerShellModule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FCreatePowerShellModule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FCreatePowerShellModule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mod-posh","download_url":"https://codeload.github.com/mod-posh/CreatePowerShellModule/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mod-posh%2FCreatePowerShellModule/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29414382,"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:17.087Z","updated_at":"2026-02-13T19:04:05.017Z","avatar_url":"https://github.com/mod-posh.png","language":"PowerShell","readme":"# Create PowerShell Module GitHub Action\n\nThis action creates a PowerShell module from source files.\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).\n\n### `Output`\n\n**Optional** TThe output directory for storing the module (relative to the workspace).\n\n### `Imports`\n\n**Required** Comma-separated list of import folders.\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@v2\n        with:\n          path: MySuperModule  # Custom path for the checkout\n\n      - name: Create PowerShell Manifest\n        uses: your-username/your-repo@v1  # Replace with your repository details for the createpowershellmanifest action\n        with:\n          ModuleName: 'your-module'\n          Source: 'MySuperModule'  # Use the custom path here\n          Debug: 'true'\n\n      - name: Create PowerShell Module\n        uses: your-username/your-repo@v1  # Replace with your repository details for the createpowershellmodule action\n        with:\n          ModuleName: 'your-module'\n          Source: 'MySuperModule'  # Use the custom path here\n          Imports: 'folder1,folder2'\n          Debug: 'true'\n\n      - name: Upload PowerShell Module\n        uses: actions/upload-artifact@v2\n        with:\n          name: your-module-output\n          path: ${{ github.workspace }}/output\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmod-posh%2Fcreatepowershellmodule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmod-posh%2Fcreatepowershellmodule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmod-posh%2Fcreatepowershellmodule/lists"}