Install from Hex, Package Manger.
by adding cli_spinners to your list of dependencies in mix.exs:
def deps do
[{:cli_spinners, "~> 0.1.0"}]
endand published on HexDocs.
To see all the demos in your terminal, just load the library in your iex shell and call a definition demo
iex> CliSpinners.demo()Here, each animation is played for two seconds. You can break that by pressing Ctrl C twice. You will return to your shell again.
CliSpinners are nothing more like a loading animation in the command line interface.
This module comes with different flavours of loading spins. The following is the list of flavours you can pass
The dots flavor comes with 12 combnations of loading animations.
From dots to dots12.
dots
dots2
dots3
.....
.....
dots12There is no dots1. Here, dots1 is written as just dots .
Line comes with two combinations
lineline2
pipe
simple_dotssimple_dots_scrolling
starstar2
flip
hamburger
This grow format comes in two flavors
grow_verticalgrow_horizontal
balloonballoon2
noise
bounce
box_bouncebox_bounce2
trianglecirclearccirclecircle_quarterssquare_cornerscircle_halves
squish
This toggle flavor comes in 13 flavors
toggle
toggle1
toggle2
.....
toggle13arrowarrow2arrow3
bouncing_barbouncing_ball
smiley
monkey
hearts
clock
earth
moon
pong
runner
shark
dqpb
Giff Credits Sindresorhus Npm Package
Inspiration from Progessbar:
Thanks for Reading.
Buy me a cup of coffee https://paypal.me/ankanna
