A lightweight NuGet service implementation.
- Install .NET Core
- Run
git clone https://github.com/loic-sharma/BaGet.git
- Navigate to
.\BaGet\src\BaGet
- Start the service with
dotnet run
- Open the URL
http://localhost:5000/v3/index.json
in your browser
Supports both Sqlite and SQL Server.
BaGet indexes packages automatically using nuget.org as its upstream source. For example, accessing http://localhost:50561/v3/registration/newtonsoft.json/11.0.1.json will download and then index the package Newtonsoft.Json. This lets you to use BaGet as a read-through cache.
Stay tuned, more features are planned!