Skip to content

chrisakakay/spnnr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spnnr

Simple terminal spinner class

Install

npm install spnnr --save

Usage

const Spnnr     = require('spnnr');
const spinner   = new Spnnr(`Searching for files`);
// Do something
spinner.stop(`Search done.`);

Info

This module itself is used in ina-cli and has a very limited functionality. Maybe i will polish it and i will add features.

If you have any idea/bug, create a ticket.

About

Simple terminal spinner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published