Skip to content

Commit cdf068f

Browse files
authored
Merge pull request #3 from andre487/andre487-patch-1
Add README.md badges
2 parents f8eeb3b + 666c962 commit cdf068f

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)