All Projects → emgarten → Sleet

emgarten / Sleet

Licence: mit
A static nuget feed generator for Azure Storage, AWS S3, and more.

Labels

Projects that are alternatives of or similar to Sleet

Filepicker Plugin For Xamarin And Windows
FilePicker Plugin for Xamarin and Windows
Stars: ✭ 151 (-24.88%)
Mutual labels:  nuget
Html2markdown
A library for converting HTML to markdown syntax in C#
Stars: ✭ 167 (-16.92%)
Mutual labels:  nuget
Liget
NuGet server and cache running on kestrel in docker
Stars: ✭ 177 (-11.94%)
Mutual labels:  nuget
Confluent Kafka Dotnet
Confluent's Apache Kafka .NET client
Stars: ✭ 2,110 (+949.75%)
Mutual labels:  nuget
Xmpp
An XMPP library written for .Net in C#.
Stars: ✭ 165 (-17.91%)
Mutual labels:  nuget
Goldeneye
The CQRS flavoured framework that will speed up your WebAPI and Microservices development
Stars: ✭ 171 (-14.93%)
Mutual labels:  nuget
Ether.network
https://github.com/Eastrall/Sylver
Stars: ✭ 147 (-26.87%)
Mutual labels:  nuget
Bridge
♠️ C# to JavaScript compiler. Write modern mobile and web apps in C#. Run anywhere with Bridge.NET.
Stars: ✭ 2,216 (+1002.49%)
Mutual labels:  nuget
Monogame.forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 165 (-17.91%)
Mutual labels:  nuget
Owin Webapi Service
✅ OWIN / WebAPI windows service example. Includes attribute based routing sample
Stars: ✭ 175 (-12.94%)
Mutual labels:  nuget
Stock.indicators
Stock indicator technical analysis library package for .NET. Send in historical price quotes and get back desired technical indicators. Nothing more. It can be used in any market analysis software using standard OHLCV price quotes for equities, commodities, forex, cryptocurrencies, and others. We had private trading algorithms, machine learning, and charting systems in mind when originally creating this community library. Current indicators include: Accumulation/Distribution Line (ADL), Aroon Oscillator, Arnaud Legoux Moving Average (ALMA), Average Directional Index (ADX), Average True Range (ATR), Awesome Oscillator (AO), Balance of Power (BOP), Beta Coefficient, Bollinger Bands®, Chaikin Money Flow (CMF), Chaikin Oscillator, Chandelier Exit, Choppiness Index (CHOP), Commodity Channel Index (CCI), ConnorsRSI, Correlation Coefficient, Donchian Channels, Double Exponential Moving Average (DEMA), Elder-ray Index, Exponential Moving Average (EMA), Force Index, Fractal Chaos Bands (FCB), Gator Oscillator, Heikin-Ashi, Hull Moving Average (HMA), Ichimoku Cloud, Kaufman's Adaptive Moving Average (KAMA), KDJ Index, Keltner Channels, Momentum Oscillator, Money Flow Index (MFI), MESA Adaptive Moving Averages (MAMA), Moving Average Convergence/Divergence (MACD), Moving Average Envelopes, On-balance Volume (OBV), Parabolic SAR (stop and reverse), Percentage Volume Oscillator (PVO), Pivot Points and Rolling Pivot Points, Price Channels, Price (Comparative) Relative Strength (PRS), Price Momentum Oscillator (PMO), Rate of Change (ROC), Relative Strength Index (RSI), R-Squared (Coefficient of Determination), Simple Moving Average (SMA), Slope and Linear Regression, Smoothed Moving Average (SMMA), Standard Deviation, Stoller Average Range Channel (STARC) Bands, Stochastic Oscillator, Stochastic RSI, SuperTrend, Tillson T3 Moving Average, Triple Exponential Moving Average (TEMA), Triple EMA Oscillator (TRIX), True Strength Index (TSI), Ulcer Index, Ultimate Oscillator, Volume Simple Moving Average, Volume Weighted Average Price (VWAP), Vortex Indicator (VI), Weighted Moving Average (WMA), Williams %R, Williams Alligator, Williams Fractal, and Zig Zag.
Stars: ✭ 157 (-21.89%)
Mutual labels:  nuget
Identityserver4.ldapextension
IdentityServer4 Ldap Extension (OpenLdap or ActiveDirectory)
Stars: ✭ 163 (-18.91%)
Mutual labels:  nuget
Google Maps
Google Maps Web Services API wrapper for .NET
Stars: ✭ 171 (-14.93%)
Mutual labels:  nuget
Megaapiclient
MegaApiClient is a C# .Net library to access http://mega.co.nz / http://mega.nz cloud storage and file hosting service.
Stars: ✭ 151 (-24.88%)
Mutual labels:  nuget
Fluentvalidation
A library for using FluentValidation with Blazor
Stars: ✭ 184 (-8.46%)
Mutual labels:  nuget
Dotnetcore
.NET 5 Nuget Packages.
Stars: ✭ 146 (-27.36%)
Mutual labels:  nuget
Mqttnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
Stars: ✭ 2,486 (+1136.82%)
Mutual labels:  nuget
Pluginframework
Everything is a Plugin in .NET
Stars: ✭ 197 (-1.99%)
Mutual labels:  nuget
Viewfacecore
C# 超简单的人脸识别库。
Stars: ✭ 193 (-3.98%)
Mutual labels:  nuget
Cognitive Face Windows
Windows SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 175 (-12.94%)
Mutual labels:  nuget

Build Status

AppVeyor Travis Azure Pipelines
AppVeyor Travis VSO

What is Sleet?

Sleet is a static NuGet package feed generator.

  • Serverless. Create static feeds directly on Azure Storage, Amazon S3 or another S3 compatible storage. 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.

Getting Sleet

Manually getting sleet.exe (Windows and Mono)

  1. Download the latest SleetExe nupkg from NuGet.org
  2. Extract tools/Sleet.exe to a local folder and run it.

Install dotnet global tool

  1. dotnet tool install -g sleet
  2. sleet should now be on your PATH

Read the guides

Documentation can be found in this repo under /doc

Quick start guides

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

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.

Sleet is..

Cold static packages from the cloud. ☁️ + 📦 = ❄️

Related projects

  • Sleet.Azure provides MSBuild props/targets for running Sleet.

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].