cli-spinners
npmv3.4.0TypeScriptSpinners for use in the terminal
Safe to adopt
Yes — cli-spinners scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 239 days ago. 3 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- BMaintenance: grade B, Good.
Last published 239 days ago. 3 releases in the last 2 years.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 33 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding cli-spinners to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Node.js
- node >=18.20
- Module format
- ESM only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the cli-spinners README.
import cliSpinners from 'cli-spinners';
console.log(cliSpinners.dots);
/*
{
interval: 80,
frames: ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏']
}
*/cli-spinners vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| cli-spinnersthis page | 0 | 1 | MIT | 7 months ago |
| ora | 79.8M | 6 | MIT | 15 hours ago |
| string-width | 0 | 3 | MIT | 18 hours ago |
| supports-hyperlinks | 35.4M | 1 | MIT | 17 hours ago |
| terminal-link | 18.8M | 1 | MIT | 17 hours ago |
| picocolors | 0 | 16 | ISC | 18 hours ago |
Dependencies
Declared by cli-spinners v3.4.0. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (5)
Used by
Popular packages that depend on cli-spinners.
Relationship graph
Dependencies (left) and dependents (right) of cli-spinners.
Frequently installed together
TypeScript definitions for node
Get the visual width of a string - the number of columns required to display it
Discard stdin input except for Ctrl+C
Colored symbols for various log levels. Example: `✔︎ Success`
Release history
3 releases in the last two years, typically about 110 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 3.4.0latest | 7 months ago | 33 KB | MIT |
| 3.3.0 | 11 months ago | 32 KB | MIT |
| 3.2.1 | 11 months ago | 32 KB | MIT |
| 3.2.0 | 2 years ago | 32 KB | MIT |
| 3.1.0 | 2 years ago | 32 KB | MIT |
| 3.0.0 | 2 years ago | 32 KB | MIT |
| 2.9.2 | 2 years ago | 31 KB | MIT |
| 2.9.1 | 3 years ago | 31 KB | MIT |
| 2.9.0 | 3 years ago | 31 KB | MIT |
| 2.8.0 | 3 years ago | 31 KB | MIT |
| 2.7.0 | 4 years ago | 27 KB | MIT |
| 2.6.1 | 5 years ago | 27 KB | MIT |
| 2.6.0 | 5 years ago | 27 KB | MIT |
| 2.5.0 | 5 years ago | 25 KB | MIT |
| 2.4.0 | 6 years ago | 25 KB | MIT |
Overview
cli-spinners is an npm package that spinners for use in the terminal. It has 1 known dependents in the graph. The latest version is 3.4.0, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need spinners for use in the terminal and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Funding
Frequently asked questions
Should I use cli-spinners?
Yes — cli-spinners scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 239 days ago. 3 releases in the last 2 years.
How do I install cli-spinners?
Run `npm install cli-spinners` to add cli-spinners to your npm project.
What license is cli-spinners released under?
cli-spinners is distributed under the MIT license.
How popular is cli-spinners?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on cli-spinners.
Is cli-spinners still maintained?
The most recent release of cli-spinners (v3.4.0) was published 7 months ago.
Does cli-spinners run install scripts?
No. cli-spinners does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.