Skip to content
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages