nanospinner
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

Nano Spinner

Simple and tiny spinner library for Node.js

  • It takes 18 times less space in node_modules than ora.
  • It is 6 times faster than mico-spinner.
import { createSpinner } from 'nanospinner'

let spinner = createSpinner('Run test')

spinner.start()
setTimeout(() => {
  spinner.success()
}, 1000)

Docs

Read full docs on GitHub.

Package Sidebar

Install

npm i nanospinner@0.1.6

Version

0.1.6

License

MIT

Unpacked Size

8.35 kB

Total Files

13

Last publish

Collaborators

  • usmanyunusov