Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loic-sharma/BaGet
A lightweight NuGet and symbol server
https://github.com/loic-sharma/BaGet
aspnet azure csharp dotnet nuget package-manager
Last synced: about 2 months ago
JSON representation
A lightweight NuGet and symbol server
- Host: GitHub
- URL: https://github.com/loic-sharma/BaGet
- Owner: loic-sharma
- License: mit
- Created: 2017-11-26T17:37:18.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T06:39:00.000Z (7 months ago)
- Last Synced: 2024-05-22T20:10:20.185Z (7 months ago)
- Topics: aspnet, azure, csharp, dotnet, nuget, package-manager
- Language: C#
- Homepage: https://loic-sharma.github.io/BaGet/
- Size: 4.31 MB
- Stars: 2,543
- Watchers: 63
- Forks: 625
- Open Issues: 261
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - loic-sharma/BaGet - A lightweight NuGet and symbol server (C\#)
- awesome-dotnet-core - Baget - A lightweight NuGet server. (Frameworks, Libraries and Tools / Misc)
- awesome-starred-test - loic-sharma/BaGet - A lightweight NuGet and symbol server (C# #)
- awesome-dotnet-core - Baget - 轻量级NuGet服务器。 (框架, 库和工具 / 大杂烩)
- jimsghstars - loic-sharma/BaGet - A lightweight NuGet and symbol server (C# #)
- fucking-awesome-dotnet-core - Baget - A lightweight NuGet server. (Frameworks, Libraries and Tools / Misc)
- awesome-dotnet-core - Baget - A lightweight NuGet server. (Frameworks, Libraries and Tools / Misc)
README
# BaGet :baguette_bread:
![Build status] [![Discord][Discord image]][Discord link] [![Twitter][Twitter image]][Twitter link]
A lightweight [NuGet] and [symbol] server.
## Getting Started
1. Install the [.NET SDK]
2. Download and extract [BaGet's latest release]
3. Start the service with `dotnet BaGet.dll`
4. Browse `http://localhost:5000/` in your browserFor more information, please refer to the [documentation].
## Features
* **Cross-platform**: runs on Windows, macOS, and Linux!
* **Cloud native**: supports [Docker], [Azure], [AWS], [Google Cloud], [Alibaba Cloud]
* **Offline support**: [mirror a NuGet server] to speed up builds and enable offline downloadsStay tuned, more features are planned!
[Build status]: https://img.shields.io/github/actions/workflow/status/loic-sharma/BaGet/.github/workflows/main.yml
[Discord image]: https://img.shields.io/discord/889377258068930591
[Discord link]: https://discord.gg/MWbhpf66mk
[Twitter image]: https://img.shields.io/twitter/follow/bagetapp?label=Follow
[Twitter link]: https://twitter.com/bagetapp[NuGet]: https://learn.microsoft.com/nuget/what-is-nuget
[symbol]: https://docs.microsoft.com/en-us/windows/desktop/debug/symbol-servers-and-symbol-stores
[.NET SDK]: https://www.microsoft.com/net/download
[Node.js]: https://nodejs.org/[BaGet's latest release]: https://github.com/loic-sharma/BaGet/releases
[Documentation]: https://loic-sharma.github.io/BaGet/
[Docker]: https://loic-sharma.github.io/BaGet/installation/docker/
[Azure]: https://loic-sharma.github.io/BaGet/installation/azure/
[AWS]: https://loic-sharma.github.io/BaGet/installation/aws/
[Google Cloud]: https://loic-sharma.github.io/BaGet/installation/gcp/
[Alibaba Cloud]: https://loic-sharma.github.io/BaGet/installation/aliyun/[Mirror a NuGet server]: https://loic-sharma.github.io/BaGet/configuration/#enable-read-through-caching