# ascii-progressbar

> A simple graphical ascii progressbar written in JS

Latest version **1.0.4** (published 2023-01-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install ascii-progressbar
pnpm add ascii-progressbar
yarn add ascii-progressbar
bun add ascii-progressbar
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2023-01-07 |
| First published | 2022-12-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 8.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | matteobax |
| Maintainers | matteobax |
| Keywords | cli, progressbar, ascii progressbar |

## Links

- npm: https://www.npmjs.com/package/ascii-progressbar
- Repository: https://github.com/MatteoBax/ascii-progressbar
- Homepage: https://github.com/MatteoBax/ascii-progressbar#readme
- Issues: https://github.com/MatteoBax/ascii-progressbar/issues
- npm.io page: https://npm.io/package/ascii-progressbar

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.4 (latest) — 2023-01-07
- 1.0.3 — 2023-01-07
- 1.0.2 — 2023-01-03
- 1.0.1 — 2022-12-30
- 1.0.0 — 2022-12-30

## README

# ascii-progressbar
A simple graphical ascii progressbar written in JS



## Usage

```javascript
var progressbar = require('ascii-progressbar');
progressbar.setConfig(
    "text:Progress",    // text to display to the left of the progressbar
    "indicator:🟩",      // progress indicator (you can use any char also emoji)
    "pLength:10"        // Progressbar length
);
progressbar.setProgress(50); // set progress of the progressbar
```

## Installation

```
npm i ascii-progressbar
```

# Output

![alt text](https://github.com/MatteoBax/ascii-progressbar/blob/main/output.png?raw=true)

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