JSPM

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

The simplest and tiniest terminal spinner for Node.js

Package Exports

  • nanospinner
  • nanospinner/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nanospinner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Nano Spinner

The simplest and tiniest terminal spinner for Node.js

import { createSpinner } from 'nanospinner'

const spinner = createSpinner('Run test').start()

setTimeout(() => {
  spinner.success()
}, 1000)
  • Only single dependency (picocolors).
  • It 15 times smaller than ora.
  • Support both CJS and ESM projects.
  • TypeScript type declarations included.

Docs

Read full docs here.