Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
simonepri committed Jul 2, 2020
1 parent e405988 commit a78e0ea
Showing 1 changed file with 32 additions and 17 deletions.
49 changes: 32 additions & 17 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,40 @@
<a href="https://github.com/simonepri/env-dot-prop"><img src="./media/env-dot-prop.png" alt="env-dot-prop" /></a>
</h1>
<p align="center">
<!-- CI - TravisCI -->
<a href="https://travis-ci.com/simonepri/env-dot-prop">
<img src="https://img.shields.io/travis/com/simonepri/env-dot-prop/master.svg?label=MacOS%20%26%20Linux" alt="Mac/Linux Build Status" />
<!-- Version - npm -->
<a href="https://www.npmjs.com/package/env-dot-prop">
<img src="https://img.shields.io/npm/v/env-dot-prop.svg" alt="Latest version on npm" />
</a>
<!-- Downloads - npm -->
<a href="https://npm-stat.com/charts.html?package=env-dot-prop">
<img src="https://img.shields.io/npm/dt/env-dot-prop.svg" alt="Downloads on npm" />
</a>
<!-- License - MIT -->
<a href="https://github.com/simonepri/env-dot-prop/tree/master/license">
<img src="https://img.shields.io/github/license/simonepri/env-dot-prop.svg" alt="Project license" />
</a>

<br/>

<!-- Lint -->
<a href="https://github.com/simonepri/env-dot-prop/actions?query=workflow:lint+branch:master">
<img src="https://github.com/simonepri/env-dot-prop/workflows/lint/badge.svg?branch=master" alt="Lint status" />
</a>
<!-- Test - macOS -->
<a href="https://github.com/simonepri/env-dot-prop/actions?query=workflow:test-macos+branch:master">
<img src="https://github.com/simonepri/env-dot-prop/workflows/test-macos/badge.svg?branch=master" alt="Test macOS status" />
</a>
<!-- Test - Ubuntu -->
<a href="https://github.com/simonepri/env-dot-prop/actions?query=workflow:test-ubuntu+branch:master">
<img src="https://github.com/simonepri/env-dot-prop/workflows/test-ubuntu/badge.svg?branch=master" alt="Test Ubuntu status" />
</a>
<!-- CI - AppVeyor -->
<a href="https://ci.appveyor.com/project/simonepri/env-dot-prop">
<img src="https://img.shields.io/appveyor/ci/simonepri/env-dot-prop/master.svg?label=Windows" alt="Windows Build status" />
<!-- Test - Windows -->
<a href="https://github.com/simonepri/env-dot-prop/actions?query=workflow:test-windows+branch:master">
<img src="https://github.com/simonepri/env-dot-prop/workflows/test-windows/badge.svg?branch=master" alt="Test Windows status" />
</a>

<br/>

<!-- Coverage - Codecov -->
<a href="https://codecov.io/gh/simonepri/env-dot-prop">
<img src="https://img.shields.io/codecov/c/github/simonepri/env-dot-prop/master.svg" alt="Codecov Coverage report" />
Expand Down Expand Up @@ -45,17 +71,6 @@
<a href="https://github.com/sindresorhus/np">
<img src="https://img.shields.io/badge/released_with-np-6c8784.svg" alt="NP Release System used" />
</a>

<br/>

<!-- Version - npm -->
<a href="https://www.npmjs.com/package/env-dot-prop">
<img src="https://img.shields.io/npm/v/env-dot-prop.svg" alt="Latest version on npm" />
</a>
<!-- License - MIT -->
<a href="https://github.com/simonepri/env-dot-prop/tree/master/license">
<img src="https://img.shields.io/github/license/simonepri/env-dot-prop.svg" alt="Project license" />
</a>
</p>
<p align="center">
♻️ Get, set, or delete nested properties of process.env using a dot path
Expand Down

0 comments on commit a78e0ea

Please sign in to comment.