JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 456192
  • Score
    100M100P100Q171073F
  • License MIT

Simple and tiny spinner library for Node.js

Package Exports

  • nanospinner
  • nanospinner/package.json

Readme

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.