spnnr

0.1.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i spnnr

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • chrisakakay