Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praeclarum/FuGetGallery
An alternative web UI for browsing nuget packages
https://github.com/praeclarum/FuGetGallery
Last synced: 3 months ago
JSON representation
An alternative web UI for browsing nuget packages
- Host: GitHub
- URL: https://github.com/praeclarum/FuGetGallery
- Owner: praeclarum
- License: mit
- Created: 2018-01-30T21:21:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T20:14:13.000Z (11 months ago)
- Last Synced: 2024-05-30T02:45:57.073Z (5 months ago)
- Language: C#
- Homepage: https://www.fuget.org
- Size: 825 KB
- Stars: 683
- Watchers: 27
- Forks: 120
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[FuGet Gallery](https://www.fuget.org)
This site is a nuget package browser combined with an API browser. The package browser uses the nuget.org API to display all the packages in their index. The API browser combines the XML documentation and the metadata of the package's assemblies to help you explore and learn. Try the API search box to quickly find code, and use the code tab to see how the library works. You can also diff two package versions to see what's changed.
## Running
This is a standard ASP.NET Core app that can be run with:
```bash
ASPNETCORE_ENVIRONMENT=Development dotnet watch run
```