{"id":16566980,"url":"https://github.com/iricigor/simpletemplates","last_synced_at":"2025-10-09T14:02:43.332Z","repository":{"id":109049625,"uuid":"552041847","full_name":"iricigor/SimpleTemplates","owner":"iricigor","description":"This project is aimed to create set of simple PowerShell cmdlets in C# that would assist developers in writing PowerShell modules.","archived":false,"fork":false,"pushed_at":"2022-11-02T22:41:24.000Z","size":43,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T14:02:41.218Z","etag":null,"topics":["cmdlet","csharp","hacktoberfest","powershell","powershell-module","templates"],"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/iricigor.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":"2022-10-15T17:25:53.000Z","updated_at":"2022-12-05T01:47:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"76e96827-4c08-49c3-bce4-946c601bac41","html_url":"https://github.com/iricigor/SimpleTemplates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iricigor/SimpleTemplates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iricigor%2FSimpleTemplates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iricigor%2FSimpleTemplates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iricigor%2FSimpleTemplates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iricigor%2FSimpleTemplates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iricigor","download_url":"https://codeload.github.com/iricigor/SimpleTemplates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iricigor%2FSimpleTemplates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001524,"owners_count":26083117,"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-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["cmdlet","csharp","hacktoberfest","powershell","powershell-module","templates"],"created_at":"2024-10-11T21:05:16.082Z","updated_at":"2025-10-09T14:02:43.304Z","avatar_url":"https://github.com/iricigor.png","language":"PowerShell","readme":"# Simple Templates\n\nThis project is aimed to create set of simple PowerShell cmdlets in C# that would assist developers in writing PowerShell modules.\n\n## Commands\n\nPlanned list of commands is:\n- `New-STBasicFunction` - creates simple PowerShell function\n- `New-STAdvancedFunction` - create PS function with begin, process and end blocks\n- `New-STTestCase` - creates a Pester test case\n\nUltimately, all of this will be followed by `New-STModule` and maybe more (pipelines, documentation, etc.)\n\nProject is done in scope of Hacktoberfest 2022\n\n## Tasks list\n\n- [Currently worked on tasks ![GitHub milestone](https://img.shields.io/github/milestones/progress-percent/iricigor/Simple-Templates/2?style=plastic)](https://github.com/iricigor/Simple-Templates/milestone/2)\n- [All tasks  ](https://github.com/iricigor/Simple-Templates/issues)\n![GitHub issues](https://img.shields.io/github/issues/iricigor/Simple-Templates?style=plastic)\n![GitHub closed issues](https://img.shields.io/github/issues-closed/iricigor/Simple-Templates?style=plastic)\n- [Open a new issue](https://github.com/iricigor/Simple-Templates/issues/new/choose)\n\n\n## Links\n\n- https://hacktoberfest.com/\n- [Using C# to Create PowerShell Cmdlets: The Basics @red-gate.com](https://www.red-gate.com/simple-talk/development/dotnet-development/using-c-to-create-powershell-cmdlets-the-basics/)\n- [How to create a Standard Library binary module @learn.microsoft.com](https://learn.microsoft.com/en-us/powershell/scripting/dev-cross-plat/create-standard-library-binary-module?view=powershell-7.2)\n- [Using Visual Studio Code to debug compiled cmdlets](https://learn.microsoft.com/en-us/powershell/scripting/dev-cross-plat/vscode/using-vscode-for-debugging-compiled-cmdlets)\n\n## Similar projects\n- https://github.com/PowershellFrameworkCollective/psframework - active\n- https://github.com/PowerShellOrg/Plaster - legendary, but last PR in 2021\n- https://github.com/PoshCode/ModuleBuilder - last release in 2020\n\n## Initial project creation\n\nRun `dotnet` commands:\n\n```batch\ndotnet new -i Microsoft.PowerShell.Standard.Module.Template\ndotnet new psmodule\ndotnet new gitignore\ndotnet build\n```\n\nThen, verify it in PowerShell:\n```powershell\nImport-Module '.\\bin\\Debug\\netstandard2.0\\Simple_Templates.dll'\nGet-Module 'Simple_Templates'\nTest-SampleCmdlet 12\n```\n\nIt should generate output similar to this:\n```\nFavoriteNumber FavoritePet\n-------------- -----------\n            12 Dog\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firicigor%2Fsimpletemplates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firicigor%2Fsimpletemplates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firicigor%2Fsimpletemplates/lists"}