1.0.1 • Published 3 years ago

ora-text-loaders v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

ora-text-loaders

Create cool ora spinners with text inside.

Examples

Installation

You can install the package with npm or yarn.

Command: npm i --s ora-text-loaders OR yarn install ora-text-loaders

Usage

Quick example:

const ora = require('ora');
const texts = require('ora-text-loaders');
const loader = ora({spinner: texts.generate("Hello world!")});
loader.start("Testing!");

Bugs / improvements

Found a bug, or want to improve something? thanks a lot! You can go on this link to report a bug or suggest an improvement. Any pull request is welcome too!