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 Sqlite and SQL Server to store metadata
- Supports local filesystem and Azure Blob Storage to store NuGet packages
- Supports read-through caching. For example, accessing
http://localhost:5000/v3/registration/newtonsoft.json/11.0.1.json
will index Newtonsoft.Json using nuget.org - Can import download counts from nuget.org
Stay tuned, more features are planned!