https://github.com/loic-sharma/baget-importer
https://github.com/loic-sharma/baget-importer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loic-sharma/baget-importer
- Owner: loic-sharma
- License: mit
- Created: 2021-04-08T04:33:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T08:26:58.000Z (about 2 years ago)
- Last Synced: 2025-02-02T12:48:06.802Z (5 months ago)
- Language: C#
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BaGet Importer
Import your packages from a NuGet server to your BaGet instance:
1. Install the [.NET SDK](https://dotnet.microsoft.com/download)
1. Install [`baget-import`](https://www.nuget.org/packages/baget-import/): `dotnet tool install --global baget-import --version 1.0.0-preview2`
1. Run `baget-import --from-source https://api.nuget.org/v3/index.json --to-source http://my-baget-server.test/v3/index.json --api-key MY-BAGET-SERVER-API-KEY`