AppVeyor | Travis | Visual Studio Online |
---|---|---|
Sleet is a static NuGet package feed generator.
- Serverless. Create static feeds directly on Azure Storage or Amazon S3. No compute required.
- Cross platform. Sleet is built in .NET, it can run on .NET Framework, Mono, or dotnet CLI
- Fast. Static feeds are created using the NuGet v3 feed format.
- Symbol server. Assemblies and pdb files from packages are automatically indexed and provided as a symbol server.
- Simple. Sleet is a simple command line tool that can add, remove, and update packages.
- Flexible. Feeds can be written to disk and hosted with a web server to support authentication. Use the command line tool or a library to run Sleet programmatically.
- Download the latest nupkg from NuGet.org
- Extract tools/Sleet.exe to a local folder and run it.
dotnet tool install -g sleet
sleet
should now be on your PATH
Documentation can be found in this repo under /doc
These provide a walk through on the basics of configuring sleet, creating, and using a feed.
Check out the full getting started guide here.
CI builds are located on the following NuGet feed:
https://nuget.blob.core.windows.net/packages/index.json
The list of packages on this feed is here.
Cold static packages from the cloud. ☁️ + 📦 = ❄️
- Sleet.Azure provides MSBuild props/targets for running Sleet.