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

1.1.0 • Public • Published

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 45 times smaller than ora.
  • Support both CJS and ESM projects.
  • TypeScript type declarations included.

Docs

Read full docs on GitHub.

Package Sidebar

Install

npm i nanospinner

Weekly Downloads

172,968

Version

1.1.0

License

ISC

Unpacked Size

5.83 kB

Total Files

6

Last publish

Collaborators

  • usmanyunusov