From 288e22ed111aeb10dc7cb6f6bfb3b0fd13d7958e Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Tue, 22 Jul 2025 13:26:52 -0400 Subject: [PATCH] Add readme badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a20ea83..46b4ff1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Fix IntelliJ/WebStorm's npm integration under nodenv +[![Tests](https://img.shields.io/github/actions/workflow/status/nodenv/jetbrains-npm/test.yml?label=tests&logo=github)](https://github.com/nodenv/jetbrains-npm/actions/workflows/test.yml) +[![Latest Homebrew Release]()](https://github.com/nodenv/homebrew-nodenv/blob/main/Formula/jetbrains-npm.rb) +[![Latest GitHub Release](https://img.shields.io/github/v/release/nodenv/jetbrains-npm?label=github&logo=github&sort=semver)](https://github.com/nodenv/jetbrains-npm/releases/latest) +[![Latest npm Release](https://img.shields.io/npm/v/@nodenv/jetbrains-npm?logo=npm&logoColor=white)](https://www.npmjs.com/package/@nodenv/jetbrains-npm/v/latest) + - [Pre-requisites](#pre-requisites)