{"id":13596616,"url":"https://github.com/PowershellFrameworkCollective/PSModuleDevelopment","last_synced_at":"2025-04-09T16:33:20.022Z","repository":{"id":27613674,"uuid":"102793445","full_name":"PowershellFrameworkCollective/PSModuleDevelopment","owner":"PowershellFrameworkCollective","description":"Provides tools that help with module development","archived":false,"fork":false,"pushed_at":"2025-02-22T06:46:39.000Z","size":1698,"stargazers_count":128,"open_issues_count":37,"forks_count":26,"subscribers_count":13,"default_branch":"development","last_synced_at":"2025-02-22T07:29:00.786Z","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/PowershellFrameworkCollective.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"FriedrichWeinmann","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-09-07T22:58:22.000Z","updated_at":"2025-02-22T06:46:42.000Z","dependencies_parsed_at":"2024-01-10T12:32:03.161Z","dependency_job_id":"20cc7125-6dfa-4dcf-91a7-238ad6c86b07","html_url":"https://github.com/PowershellFrameworkCollective/PSModuleDevelopment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowershellFrameworkCollective%2FPSModuleDevelopment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowershellFrameworkCollective%2FPSModuleDevelopment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowershellFrameworkCollective%2FPSModuleDevelopment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowershellFrameworkCollective%2FPSModuleDevelopment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PowershellFrameworkCollective","download_url":"https://codeload.github.com/PowershellFrameworkCollective/PSModuleDevelopment/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248068013,"owners_count":21042402,"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-08-01T16:02:36.071Z","updated_at":"2025-04-09T16:33:15.009Z","avatar_url":"https://github.com/PowershellFrameworkCollective.png","language":"PowerShell","funding_links":["https://github.com/sponsors/FriedrichWeinmann"],"categories":["PowerShell","🔄 Module Development Templates","Module Development Templates"],"sub_categories":[],"readme":"# PSModuleDevelopment\n\nWelcome to your one stop for PowerShell development tools!\nThis project is designed to help you with accelerating your coding workflows through a wide range of utilities.\nIts flagship feature is a *templating engine* that allows you to swiftly create new projects - either by using some of the default templates or easily creating your own.\n\n## Online Documentation\n\nAs this module is part of the PSFramework project, its documentation can be found on [PSFramework.org](https://psframework.org/documentation/documents/psmoduledevelopment/templates.html).\n\n\u003e As ever, documentation takes time out of _\"more features!\"_, so there could be more, but at least the templating is covered in depth.\n\n## Install\n\nTo get read to use this module, run this:\n\n```powershell\nInstall-Module PSModuleDevelopment -Scope CurrentUser\n```\n\n## Profit\n\nWith that you are ready to go and have fun with it.\nA few examples of what it can do for you:\n\n\u003e Create a new module project\n\n```powershell\nInvoke-PSMDTemplate MiniModule\n```\n\n\u003e Parse a script file and export all functions into dedicated files\n\n```powershell\nSplit-PSMDScriptFile -File .\\largescript.ps1 -Path .\\functions\n```\n\n\u003e Fix all the file encodings\n\n```powershell\nGet-ChildItem -Recurse -File | Set-PSMDEncoding\n```\n\n\u003e Fix parameter blocks\n\n```powershell\nGet-ChildItem -Recurse -File | Set-PSMDCmdletBinding\n```\n\n\u003e Get better members\n\n```powershell\nGet-Date | Get-PSMDMember -Name ToString\n```\n\n\u003e Search for Assemblies and Types\n\n```powershell\n# List all assemblies\nGet-PSMDAssembly\n\n# Search for types in that assembly\nGet-PSMDAssembly *ActiveDirectory* | Find-PSMDType\n\n# Search for all types implementing IEnumerable\nFind-PSMDType -Implements IEnumerable\n\n# Get Constructors\n[DateTime] | Get-PSMDConstructor\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPowershellFrameworkCollective%2FPSModuleDevelopment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPowershellFrameworkCollective%2FPSModuleDevelopment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPowershellFrameworkCollective%2FPSModuleDevelopment/lists"}