From a6a82a6056a6f888d8311b2b944c5a446e4b957c Mon Sep 17 00:00:00 2001 From: "M. George Hansen" Date: Mon, 1 Jun 2020 09:51:43 -0700 Subject: [PATCH] doc: add shields to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c9683..f3b2b5d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # websnacks: Minimal Dependency Server-Side JSX for Static Sites -[![Build Status](https://travis-ci.org/websnacksjs/websnacks.svg?branch=master)](https://travis-ci.org/websnacksjs/websnacks) +![npm (scoped)](https://img.shields.io/npm/v/@websnacksjs/websnacks?style=flat-square) +![NPM](https://img.shields.io/npm/l/@websnacksjs/websnacks?style=flat-square) +![Snyk Vulnerabilities for npm scoped package](https://img.shields.io/snyk/vulnerabilities/npm/@websnacksjs/websnacks?style=flat-square) +![Libraries.io dependency status for latest release, scoped npm package](https://img.shields.io/librariesio/release/npm/@websnacksjs/websnacks?style=flat-square) +![Travis (.org) branch](https://img.shields.io/travis/websnacksjs/websnacks/master?style=flat-square) Develop fully static websites using typesafe JSX templates on the server without the complex build system and dependency management of server-side rendered React frameworks.