Skip to content

Commit

Permalink
docs: Add logo (#164)
Browse files Browse the repository at this point in the history
* docs: Add logo

* chore: update to logo without background

* fix url

* set width to 160px
  • Loading branch information
simenandre authored Oct 9, 2022
1 parent 1f61b4c commit 26032ce
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .github/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
![Build status](https://github.com/af/envalid/workflows/continuous-integration/badge.svg)

# Envalid
<p align="center">
<img
src="https://raw.githubusercontent.com/cobraz/envalid/add-center-header/.github/logo.svg"
width="160"
/>
</p>

<p align="center">
<strong>
Envalid is a small library for validating and accessing<br />
environment variables in Node.js (v8.12 or later) programs
</strong>
</p>

<p align="center">
<a href="https://github.com/af/envalid/actions/workflows/ci.yml">
<img src="https://github.com/af/envalid/workflows/continuous-integration/badge.svg" alt="Build Status" />
</a>
</p>

Envalid is a small library for validating and accessing environment variables in
Node.js (v8.12 or later) programs, aiming to:
Expand Down Expand Up @@ -224,4 +240,4 @@ Since by default envalid's output is wrapped in a Proxy, structuredClone [will n

## Motivation

http://www.12factor.net/config
http://www.12factor.net/config

0 comments on commit 26032ce

Please sign in to comment.