# spnnr

> Simple terminal spinner

Latest version **0.1.1** (published 2017-02-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install spnnr
pnpm add spnnr
yarn add spnnr
bun add spnnr
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2017-02-06 |
| First published | 2017-01-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Krisztian Nagy |
| Maintainers | chrisakakay |
| Keywords | spinner |

## Links

- npm: https://www.npmjs.com/package/spnnr
- Repository: https://github.com/chrisakakay/spnnr
- Issues: https://github.com/chrisakakay/spnnr/issues
- npm.io page: https://npm.io/package/spnnr

## Recent versions

- 0.1.1 (latest) — 2017-02-06
- 0.1.0 — 2017-01-30

## README

# spnnr
Simple terminal spinner class

# Install

```bash
npm install spnnr --save
```

# Usage

```javascript
const Spnnr     = require('spnnr');
const spinner   = new Spnnr(`Searching for files`);
// Do something
spinner.stop(`Search done.`);
```

# Info

This module itself is used in __ina-cli__ and has a very limited functionality.
Maybe i will polish it and i will add features.

If you have any idea/bug, create a ticket.

---
_Source: https://npm.io/package/spnnr · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
