Skip to content

mdouek/BaGet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaGet 🥖

A lightweight NuGet service implementation.

Getting Started

  1. Install .NET Core
  2. Run git clone https://github.com/loic-sharma/BaGet.git
  3. Navigate to .\BaGet\src\BaGet
  4. Start the service with dotnet run
  5. Open the URL http://localhost:5000/v3/index.json in your browser

Features

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!

About

A lightweight NuGet and symbol server

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 94.7%
  • HTML 3.7%
  • Other 1.6%