Skip to content

ruby2elixir/elixir_cli_spinners

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CliSpinners

Spinners Gif

Documentation for CliSpinners.

CliSpinners are nothing more like a loading animation in the command line
interface.

This module comes with different flavours of loadinl. The following is the
list of flavours you can pass

Loading Flavors

dots

The dots flavor comes with 12 combnations of loading animations.
From dots to dots12. There is no dots1. Here dots1 is written
as just dots

line

Line comes with two combinations

line line2

pipe

pipe

simple_dots

simple_dots simple_dots_scrolling

star

star star2

flip

flip

hamburger

hamburger

hamburger

hamburger

grow

grow This grow format comes in two flavors
grow_vertical grow_horizontal

balloon

balloon balloon2

noise

noise

bounce

bounce

box_bounce

box_bounce box_bounce

Geometry

triangle circle arc circle circle_quarters square_corners circle_halves

squish

squish

toggle

toggle This toggle flavor comes in 13 flavors

toggle toggle1 toggle2 ..... toggle13

arrow

This comes with 3 flavors

arrow arrow2 arrow3

bouncing

bouncing_bar bouncing_ball

smiley

smiley

mokey

mokey

hearts

hearts

clock

clock

earth

earth

moon

moon

pong

pong

runner

runner

shark

shark

dqpb

dqpb

Giff Credits Sindresorhus Npm Package

Inspiration from Progessbar:

Installation

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"}]
end

and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/cli_spinners.

About

Spinnig Animations for Command Line Applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%