{"id":17792160,"url":"https://github.com/hlaueriksson/nugetinstalltabs","last_synced_at":"2025-08-05T02:15:13.571Z","repository":{"id":146644306,"uuid":"200699635","full_name":"hlaueriksson/NuGetInstallTabs","owner":"hlaueriksson","description":"Embed the NuGet package installation instructions in your open source project website","archived":false,"fork":false,"pushed_at":"2019-09-15T20:54:10.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T02:15:51.752Z","etag":null,"topics":["embed","installation","instructions","nuget","package"],"latest_commit_sha":null,"homepage":"https://hlaueriksson.github.io/NuGetInstallTabs/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hlaueriksson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-08-05T17:27:50.000Z","updated_at":"2019-09-15T20:54:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"30ee35de-b312-42e8-8a39-65fd0b82a8e1","html_url":"https://github.com/hlaueriksson/NuGetInstallTabs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hlaueriksson/NuGetInstallTabs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlaueriksson%2FNuGetInstallTabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlaueriksson%2FNuGetInstallTabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlaueriksson%2FNuGetInstallTabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlaueriksson%2FNuGetInstallTabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hlaueriksson","download_url":"https://codeload.github.com/hlaueriksson/NuGetInstallTabs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlaueriksson%2FNuGetInstallTabs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268820501,"owners_count":24312402,"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-08-05T02:00:12.334Z","response_time":2576,"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":["embed","installation","instructions","nuget","package"],"created_at":"2024-10-27T10:58:12.537Z","updated_at":"2025-08-05T02:15:13.515Z","avatar_url":"https://github.com/hlaueriksson.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NuGet Install Tabs\n\n\u003e Embed the NuGet package installation instructions in your open source project website\n\n- [HTML](#html)\n- [Markdown](#markdown)\n- [Further reading](#further-reading)\n\n## HTML\n\nEmbed an `iframe` and provide the `PackageId` as the slug of the `src`:\n\n```html\n\u003ciframe src=\"https://nuget-install-tabs.azurewebsites.net/api/\u003cPackageId\u003e\"\u003e\u003c/iframe\u003e\n```\n\nStyle the `iframe` to remove borders and set the appropriate size:\n\n```html\nstyle=\"border-style:none; width:750px; height:112px;\"\n```\n\n:warning: The `iframe` tag is not allowed with [GitHub Flavored Markdown](https://github.github.com/gfm/), so this will not work in your `README.md`\n\n### Example\n\n:information_desk_person: Example with [NUnit](https://www.nuget.org/packages/NUnit/):\n\nhttps://hlaueriksson.github.io/NuGetInstallTabs/\n\n```html\n\u003ciframe src=\"https://nuget-install-tabs.azurewebsites.net/api/NUnit\" style=\"border-style:none; width:750px; height:112px;\"\u003e\u003c/iframe\u003e\n```\n\n![NUnit](NUnit.png)\n\n## Markdown\n\nBrowse to the URL with a `PackageId`:\n\n`https://nuget-install-tabs.azurewebsites.net/api/\u003cPackageId\u003e/markdown/`\n\nCopy and paste the markdown!\n\n:white_check_mark: The markdown is valid [GitHub Flavored Markdown](https://github.github.com/gfm/), so this will work great in your `README.md`\n\n### Example\n\n:information_desk_person: Example with [NUnit](https://www.nuget.org/packages/NUnit/):\n\nhttps://nuget-install-tabs.azurewebsites.net/api/NUnit/markdown/\n\n```markdown\n| NuGet            |       | [![NUnit][1]][2]                                        |\n| :--------------- | ----: | :------------------------------------------------------ |\n| Package Manager  | `PM\u003e` | `Install-Package NUnit -Version 3.12.0`                 |\n| .NET CLI         | `\u003e`   | `dotnet add package NUnit --version 3.12.0`             |\n| PackageReference |       | `\u003cPackageReference Include=\"NUnit\" Version=\"3.12.0\" /\u003e` |\n| Paket CLI        | `\u003e`   | `paket add NUnit --version 3.12.0`                      |\n\n[1]: https://img.shields.io/nuget/v/NUnit.svg?label=NUnit\n[2]: https://www.nuget.org/packages/NUnit\n```\n\n![NUnit](NUnit-markdown.png)\n\n## Further reading\n\n:open_book: Read more about how to [install and manage NuGet packages](https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhlaueriksson%2Fnugetinstalltabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhlaueriksson%2Fnugetinstalltabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhlaueriksson%2Fnugetinstalltabs/lists"}