cli-spinners
Advanced tools
Spinners for use in the terminal
Weekly downloads
Changelog
dots13
and sand
spinner (#63) 0445ebchttps://github.com/sindresorhus/cli-spinners/compare/v2.6.1...v2.7.0
Readme
70+ spinners for use in the terminal
The list of spinners is just a JSON file and can be used wherever.
You probably want to use one of these spinners through the ora
module.
$ npm install cli-spinners
const cliSpinners = require('cli-spinners');
console.log(cliSpinners.dots);
/*
{
interval: 80,
frames: ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏']
}
*/
The header GIF is outdated. See all the spinner at once or one at the time.
Each spinner comes with a recommended interval
and an array of frames
.
The random
spinner will return a random spinner each time it's called.
Spinners for use in the terminal
The npm package cli-spinners receives a total of 10,711,184 weekly downloads. As such, cli-spinners popularity was classified as popular.
We found that cli-spinners demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 1 open source maintainer collaborating on the project.