Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1 KB

README.md

File metadata and controls

31 lines (23 loc) · 1 KB

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)