Skip to content

Commit 5f0b1f5

Browse files
authored
Merge pull request #32 from cybrota/feat/update-logo-bg
docs: update logo to be consistent with other repositories
2 parents 54288d0 + 1b7709b commit 5f0b1f5

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1+
# Whispr
12
[![Downloads](https://static.pepy.tech/badge/whispr/month)](https://pepy.tech/project/whispr)
23
[![Coverage Status](https://coveralls.io/repos/github/narenaryan/whispr/badge.svg)](https://coveralls.io/github/narenaryan/whispr)
34

4-
# Whispr
5-
6-
![Logo](https://github.com/narenaryan/whispr/raw/main/logo.png)
7-
8-
Whispr (Pronounced as whisper) is a CLI tool to safely inject secrets from your favorite secret vault (Ex: AWS Secrets Manager, Azure Key Vault etc.) into your app's environment. This is very useful for enabling secure local software development.
5+
<picture width="500">
6+
<source
7+
width="100%"
8+
media="(prefers-color-scheme: dark)"
9+
src="https://github.com/cybrota/whispr/blob/main/logo.png"
10+
alt="Scarfer logo (dark)"
11+
/>
12+
<img
13+
width="100%"
14+
src="https://github.com/cybrota/whispr/blob/main/logo.png"
15+
alt="Sharfer logo (light)"
16+
/>
17+
</picture>
18+
19+
Safely inject secrets into your app's environment from your favorite secret vault (Ex: AWS Secrets Manager, Azure Key Vault etc.).
920

1021
Whispr uses keys (with empty values) specified in a `.env` file and fetches respective secrets from a vault, and sets them as environment variables before launching an application.
1122

logo.png

6.16 KB
Loading

0 commit comments

Comments
 (0)