spnnr
v0.1.1
Published
Simple terminal spinner
Downloads
4
Readme
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.