Skip to content

Commit 666c962

Browse files
authored
Add README.md badges
1 parent f8eeb3b commit 666c962

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
node-console-progress-bar-tqdm
55
```
66

7+
[![Test commit](https://github.com/andre487/node-console-progress-bar-tqdm/actions/workflows/test-commit.yml/badge.svg)](https://github.com/andre487/node-console-progress-bar-tqdm/actions/workflows/test-commit.yml)
8+
[![Downloads](https://img.shields.io/npm/dm/node-console-progress-bar-tqdm.svg?style=flat-square)](https://www.npmjs.com/package/node-console-progress-bar-tqdm)
9+
[![NPM Version](https://img.shields.io/npm/v/node-console-progress-bar-tqdm.svg?style=flat-square)](https://www.npmjs.com/package/node-console-progress-bar-tqdm)
10+
711
This is a library that implements progress bar in console for Node.js in the style of
812
[tqdm](https://tqdm.github.io/) Python library.
913

0 commit comments

Comments
 (0)