{"id":18542123,"url":"https://github.com/mojoaar/plastermoduletemplate","last_synced_at":"2025-08-10T08:43:37.791Z","repository":{"id":203047640,"uuid":"708688840","full_name":"mojoaar/plastermoduletemplate","owner":"mojoaar","description":"A Plaster template for automating the scaffolding of a new PowerShell module.","archived":false,"fork":false,"pushed_at":"2023-10-23T08:55:06.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-26T05:12:55.247Z","etag":null,"topics":["opensource","plaster","plaster-template","powershell"],"latest_commit_sha":null,"homepage":"","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/mojoaar.png","metadata":{"files":{"readme":"readme.md","changelog":null,"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}},"created_at":"2023-10-23T07:27:42.000Z","updated_at":"2023-10-23T09:32:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"d87d0290-4d9e-410d-abe3-54d5ebda47d3","html_url":"https://github.com/mojoaar/plastermoduletemplate","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"afe6dcfe9653040acf2e0707841c10e0e5b566ef"},"previous_names":["mojoaar/plastermoduletemplate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoaar%2Fplastermoduletemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoaar%2Fplastermoduletemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoaar%2Fplastermoduletemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoaar%2Fplastermoduletemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mojoaar","download_url":"https://codeload.github.com/mojoaar/plastermoduletemplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239262366,"owners_count":19609518,"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":["opensource","plaster","plaster-template","powershell"],"created_at":"2024-11-06T20:07:26.255Z","updated_at":"2025-02-17T08:41:13.853Z","avatar_url":"https://github.com/mojoaar.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/mojoaar/plastermoduletemplate\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/mojoaar/plastermoduletemplate\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/mojoaar/plastermoduletemplate\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors/mojoaar/plastermoduletemplate\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://twitter.com/mojoaar\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/mojoaar?style=social\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# PlasterModuleTemplate\n\nA Plaster template for automating the scaffolding of a new PowerShell module.\n\nPlaster GitHub repository: https://github.com/PowerShellOrg/Plaster\n\n## Example: Create new manifest\n\n```\n$manifestProperties = @{\n    Path         = 'C:\\tmp\\PlasterManifest\\PlasterManifest.xml'\n    TemplateName = 'ScriptModuleTemplate'\n    TemplateType = 'Project'\n    Title        = 'New PowerShell Module'\n    Author       = 'Morten Johansen'\n    Description  = 'Scaffolds the files required for a PowerShell script module'\n    Tags         = 'PowerShell, Module, ModuleManifest'\n}\n\n$Folder = Split-Path -Path $manifestProperties.Path -Parent\nif (-not(Test-Path -Path $Folder -PathType Container)) {\n    New-Item -Path $Folder -ItemType Directory | Out-Null\n}\n\nNew-PlasterManifest @manifestProperties\n```\n\n## Example: Use the new manifest\n\n```\nInvoke-Plaster -TemplatePath C:\\tmp\\PlasterManifest\\ -DestinationPath C:\\tmp\\AwesomeModule -Verbose\n```\n\n## Example: Using the template in this repository\n1. Clone the repository down to your harddrive.\n```\ngit clone https://github.com/mojoaar/plastermoduletemplate.git\n```\n2. Call Plaster with the path where you cloned the repository.\n```\nInvoke-Plaster -TemplatePath X:\\github\\plastermoduletemplate\\ModuleTemplate -DestinationPath X:\\test -Verbose\n```\n3. You will end up with a folder structure like shown below.\n```\nRoot\n–Modulefolder\n--public\n--private\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojoaar%2Fplastermoduletemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmojoaar%2Fplastermoduletemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojoaar%2Fplastermoduletemplate/lists"}