From dc91076c456285c1869fe2be7fa2ac4a4eab2b00 Mon Sep 17 00:00:00 2001 From: miyaji255 <84168445+miyaji255@users.noreply.github.com> Date: Tue, 2 Jul 2024 21:27:24 +0900 Subject: [PATCH] add badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 807a60b..f61889d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # esbuild-plugin-gas-generator +[![npm version](https://badge.fury.io/js/esbuild-plugin-gas-generator.svg)](https://badge.fury.io/js/esbuild-plugin-gas-generator) + This plugin allows you to execute functions exported within Google Apps Script (GAS) environment. ## Installation