{"id":14980463,"url":"https://github.com/tintoy/ps-core-module-template","last_synced_at":"2025-07-23T23:03:58.888Z","repository":{"id":92909062,"uuid":"83179977","full_name":"tintoy/ps-core-module-template","owner":"tintoy","description":"\"dotnet new\" template for a binary PowerShell Core module","archived":false,"fork":false,"pushed_at":"2018-04-22T02:04:48.000Z","size":14,"stargazers_count":23,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T01:53:39.922Z","etag":null,"topics":["dotnet-template","powershell","powershell-core"],"latest_commit_sha":null,"homepage":"","language":"C#","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/tintoy.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-26T03:27:25.000Z","updated_at":"2025-01-13T09:27:56.000Z","dependencies_parsed_at":"2023-03-12T08:15:13.919Z","dependency_job_id":null,"html_url":"https://github.com/tintoy/ps-core-module-template","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":"0.33333333333333337","last_synced_commit":"c92c6a7e3b51d41f83e83bf1c6389f8fc32d3647"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tintoy/ps-core-module-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tintoy%2Fps-core-module-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tintoy%2Fps-core-module-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tintoy%2Fps-core-module-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tintoy%2Fps-core-module-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tintoy","download_url":"https://codeload.github.com/tintoy/ps-core-module-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tintoy%2Fps-core-module-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266764457,"owners_count":23980565,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dotnet-template","powershell","powershell-core"],"created_at":"2024-09-24T14:01:48.718Z","updated_at":"2025-07-23T23:03:58.833Z","avatar_url":"https://github.com/tintoy.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ps-binary-module-template\n\nA `dotnet new` template that creates a project for a binary PowerShell module.\n\n_Targets PowerShell Core v6.0.0 or higher._\n\n## Getting started\n\n1. `dotnet new -i FiftyProtons.Templates.PSCore`\n2. `mkdir MyModule; cd MyModule`\n3. `dotnet new ps-core-module`\n4. `dotnet restore`\n5. `dotnet publish -c release -o $PWD/bin/release`\n6. `powershell`\n7. `Import-Module ./bin/release/MyModule.dll`\n8. `Get-Greeting -Name 'PowerShell'`\n\n## Building\n\n1. `dotnet restore`\n2. `dotnet pack`\n3. And to use locally-built templates: `dotnet new -i src/Templates.PSCore/content`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftintoy%2Fps-core-module-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftintoy%2Fps-core-module-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftintoy%2Fps-core-module-template/lists"}