Skip to content

Commit

Permalink
Add Docker and Github badges
Browse files Browse the repository at this point in the history
  • Loading branch information
binlab authored May 14, 2020
1 parent 2edf634 commit 216913f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Crypto Tools
# :closed_lock_with_key: Crypto Tools

<p align="center">
<a href="https://github.com/binlab/crypto-tools/releases"><img src="https://img.shields.io/github/v/release/binlab/crypto-tools.svg?style=flat&logo=github" alt="GitHub release"></a>
<a href="https://github.com/binlab/crypto-tools/tags"><img src="https://img.shields.io/github/v/tag/binlab/crypto-tools.svg?style=flat&logo=github" alt="GitHub tag"></a>
</p>
<p align="center">
<a href="https://hub.docker.com/r/binlab/crypto-tools/"><img src="https://img.shields.io/docker/cloud/automated/binlab/crypto-tools.svg?style=flat&logo=docker" alt="Docker Automated"></a>
<a href="https://hub.docker.com/r/binlab/crypto-tools/builds"><img src="https://img.shields.io/docker/cloud/build/binlab/crypto-tools.svg?style=flat&logo=docker" alt="Docker Build Status"></a>
<a href="https://hub.docker.com/r/binlab/crypto-tools/tags"><img src="https://img.shields.io/badge/dynamic/json.svg?label=version&query=$.results[1].name&url=https://hub.docker.com/v2/repositories/binlab/crypto-tools/tags&style=flat&logo=docker" alt="Latest Version"></a>
<a href="https://hub.docker.com/r/binlab/crypto-tools/"><img src="https://img.shields.io/docker/stars/binlab/crypto-tools.svg?style=flat&logo=docker" alt="Docker Stars"></a>
<a href="https://hub.docker.com/r/binlab/crypto-tools/"><img src="https://img.shields.io/docker/pulls/binlab/crypto-tools.svg?style=flat&logo=docker" alt="Docker Pulls"></a>
</p>

### Set of tools for some crypto- and data- conversions based on JavaScript.

Expand Down Expand Up @@ -69,4 +81,4 @@ open file://${PWD}/dist/index.html

# Other (paste a result in browser)
echo "file://${PWD}/dist/index.html"
```
```

0 comments on commit 216913f

Please sign in to comment.