Popularity
8.2
Stable
Activity
0.0
Stable
2,644
60
691
Programming language: C#
License: MIT License
Tags:
Package Management
Latest version: v0.3.0-preview2
BaGet alternatives and similar packages
Based on the "Package Management" category.
Alternatively, view BaGet alternatives based on common mentions on social networks and blogs.
-
NuGet
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues. -
Cloudsmith
A fully managed package management SaaS, with support for NuGet, Npm, Docker and much more. [Free for Public/OSS] [$]
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
![SaaSHub Logo SaaSHub Logo](https://cdn-b.libhunt.com/assets/partners/saashub-small-09b040e303cf50000aca670e1c77a15c64fc5c073fbdca2665ec2b8b621efc1a.png)
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of BaGet or a related project?
Popular Comparisons
README
BaGet :baguette_bread:
A lightweight NuGet and Symbol server.
Getting Started
- Install .NET Core SDK
- Download and extract BaGet's latest release
- Start the service with
dotnet BaGet.dll
- Browse
http://localhost:5000/
in your browser
For more information, please refer to our documentation.
Features
- Cross-platform
- Dockerized
- Cloud ready
- Supports read-through caching
- Can index the entirety of nuget.org. See this documentation
- Coming soon: Supports private feeds
- And more!
Stay tuned, more features are planned!
Develop
- Install .NET Core SDK and Node.js
- Run
git clone https://github.com/loic-sharma/BaGet.git
- Navigate to
.\BaGet\src\BaGet
- Navigate to
..\BaGet
- Start the service with
dotnet run
- Open the URL
http://localhost:5000/v3/index.json
in your browser