Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```