{"id":13431936,"url":"https://github.com/bergmeister/posh-dotnet","last_synced_at":"2025-04-30T16:34:02.611Z","repository":{"id":104984479,"uuid":"111961776","full_name":"bergmeister/posh-dotnet","owner":"bergmeister","description":"PowerShell tab completion and tooltip support for the dotnet CLI.","archived":false,"fork":false,"pushed_at":"2017-11-27T22:06:53.000Z","size":49,"stargazers_count":47,"open_issues_count":3,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T03:05:43.850Z","etag":null,"topics":["dotnet","dotnet-cli","posh","tabcompletion"],"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/bergmeister.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}},"created_at":"2017-11-24T23:09:25.000Z","updated_at":"2025-03-15T02:08:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f5ece4f-3a86-4d07-b1f3-8750687e38d6","html_url":"https://github.com/bergmeister/posh-dotnet","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/bergmeister%2Fposh-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bergmeister%2Fposh-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bergmeister%2Fposh-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bergmeister%2Fposh-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bergmeister","download_url":"https://codeload.github.com/bergmeister/posh-dotnet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251742793,"owners_count":21636511,"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":["dotnet","dotnet-cli","posh","tabcompletion"],"created_at":"2024-07-31T02:01:07.188Z","updated_at":"2025-04-30T16:34:02.260Z","avatar_url":"https://github.com/bergmeister.png","language":"PowerShell","funding_links":[],"categories":["Frameworks, Libraries and Tools","框架, 库和工具","Tools","工具","PowerShell"],"sub_categories":["Tools","工具"],"readme":"# posh-dotnet [![Build status](https://ci.appveyor.com/api/projects/status/2gempqlml4wp9u4w/branch/master?svg=true)](https://ci.appveyor.com/project/bergmeister/posh-dotnet/branch/master) [![AppVeyor tests](http://flauschig.ch/batch.php?type=tests\u0026account=bergmeister\u0026slug=posh-dotnet)](https://ci.appveyor.com/project/bergmeister/posh-dotnet/build/tests) [![codecov](https://codecov.io/gh/bergmeister/posh-dotnet/branch/master/graph/badge.svg)](https://codecov.io/gh/bergmeister/posh-dotnet) [![PSScriptAnalyzer](https://img.shields.io/badge/Linter-PSScriptAnalyzer-blue.svg)](http://google.com) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n`PowerShell` tab completion for the [dotnet CLI](https://github.com/dotnet/cli).\n\n![Tab completion demo](demo.gif)\n\n## Installation\n\nYou can install it via the [PSGallery](https://www.powershellgallery.com/packages/posh-dotnet/)\n\n````powershell\nif ($PSVersionTable.PSVersion.Major -ge 5) {\n    Install-Module posh-dotnet -Force\n}\nelse {\n    Install-Module TabExpansionPlusPlus -Force\n    Install-Module posh-dotnet -Force\n}\n````\n\nAlternatively you can also use it directly from this repo\n\n````powershell\ngit clone https://github.com/bergmeister/posh-dotnet.git\ncd .\\posh-dotnet\nImport-Module .\\posh-dotnet.psd1\n````\n\n## Usage\n\n````powershell\nImport-Module posh-dotnet\n````\n\nIt has been tested using the dotnet CLI version 1.0.3 and 2.0.3 on `Windows PowerShell 5.1` and `PowerShell Core 6.0 RC` but it should also work down to version 3.0 of `PowerShell`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbergmeister%2Fposh-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbergmeister%2Fposh-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbergmeister%2Fposh-dotnet/lists"}