npm.io
0.1.1 • Published 9 years ago

spnnr

Licence
MIT
Version
0.1.1
Deps
0
Vulns
0
Weekly
0
Stars
1

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.

Keywords