Popularity
8.0
Growing
Activity
4.1
Growing
2,251
66
478
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.
-
Paket
A dependency manager for .NET with support for NuGet packages and Git repositories. -
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] [$]
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
* 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