Skip to content

golden-aries/dot-spinners

 
 

Repository files navigation

NuGet NuGet

Dot Spinners

Console spinners in .NET

Install

Install-Package DotSpinners 

Nuget

Usage

The public API is small and supports method chaining.

private static async Task DoWork() => await Task.Run(() => DoMoreWork());

// Spin until passed task is completed
new DotSpinner(SpinnerTypes.Pulse, DoWork()).Start();

Spinnertypes

There are 30 spinner types to choose from. All of them can be found in this comma-separated file: https://github.com/kleinrein/dot-spinners/blob/master/DotSpinners/spinners.txt

License

The MIT License (MIT)

About

Console spinners in .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C# 100.0%