From d6ac40bb6dd5b418549053e80e3581d418809071 Mon Sep 17 00:00:00 2001 From: Siddharth Gupta Date: Fri, 22 May 2026 16:39:47 -0700 Subject: [PATCH 1/3] docs: add live npm stats badges and update adoption section - Replace bare Tests-only badge line with a full row: version, weekly/ monthly/18mo downloads, license, tests, GitHub stars - Replace static 8M+ adoption line with curated 9.2M+ since Jan 2018, ~64K weekly, and a link to the live npm-stat historical chart - All numeric badges fetch live data via shields.io on every page load Co-authored-by: Cursor --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7dc66d1..51c40e32 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ -[![Tests](https://github.com/sid88in/serverless-appsync-plugin/workflows/Tests/badge.svg)](https://github.com/sid88in/serverless-appsync-plugin/actions?query=workflow%3ATests) +[![npm version](https://img.shields.io/npm/v/serverless-appsync-plugin?color=cb3837&label=npm&logo=npm)](https://www.npmjs.com/package/serverless-appsync-plugin) +[![npm downloads (weekly)](https://img.shields.io/npm/dw/serverless-appsync-plugin?label=downloads%2Fweek&color=blue)](https://www.npmjs.com/package/serverless-appsync-plugin) +[![npm downloads (monthly)](https://img.shields.io/npm/dm/serverless-appsync-plugin?label=downloads%2Fmonth&color=blue)](https://www.npmjs.com/package/serverless-appsync-plugin) +[![npm downloads (18 months)](https://img.shields.io/npm/d18m/serverless-appsync-plugin?label=downloads%2F18mo&color=blue)](https://npm-stat.com/charts.html?package=serverless-appsync-plugin) +[![license](https://img.shields.io/npm/l/serverless-appsync-plugin?color=green)](https://github.com/sid88in/serverless-appsync-plugin/blob/master/LICENSE) +[![Tests](https://github.com/sid88in/serverless-appsync-plugin/workflows/Tests/badge.svg)](https://github.com/sid88in/serverless-appsync-plugin/actions?query=workflow%3ATests) +[![GitHub stars](https://img.shields.io/github/stars/sid88in/serverless-appsync-plugin?style=social)](https://github.com/sid88in/serverless-appsync-plugin/stargazers) + + + [![All Contributors](https://img.shields.io/badge/all_contributors-69-orange.svg?style=flat-square)](#contributors-) @@ -7,9 +16,9 @@ Deploy [AppSync](https://aws.amazon.com/appsync) API's in minutes using this [Se Contact me @[linkedin](https://www.linkedin.com/in/sid88in/) -### Adoption **8M+ total downloads** on npm (see npm totals and charts below): - - https://www.npmjs.com/package/serverless-appsync-plugin - - https://npm-stat.com/charts.html?package=serverless-appsync-plugin&from=2018-01-27&to=2025-12-31 +## 📈 Adoption + +**9.2M+ total downloads since Jan 2018** · **~64K weekly downloads** · See [live chart on npm-stat ↗](https://npm-stat.com/charts.html?package=serverless-appsync-plugin&from=2018-01-27) # Minimum requirements From e2e12c3ab93e92b54a9969d64791376f850dd8b5 Mon Sep 17 00:00:00 2001 From: Siddharth Gupta Date: Fri, 22 May 2026 16:47:31 -0700 Subject: [PATCH 2/3] docs: refine README stats badges per review feedback - One badge per line; drop monthly and 18-month badges - Add live total (dt) and rolling-year (dy) download badges - Adoption: nodei.co stats panel + links to npm.chart.dev and npm-stat Co-authored-by: Cursor --- README.md | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51c40e32..c7030225 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ [![npm version](https://img.shields.io/npm/v/serverless-appsync-plugin?color=cb3837&label=npm&logo=npm)](https://www.npmjs.com/package/serverless-appsync-plugin) + [![npm downloads (weekly)](https://img.shields.io/npm/dw/serverless-appsync-plugin?label=downloads%2Fweek&color=blue)](https://www.npmjs.com/package/serverless-appsync-plugin) -[![npm downloads (monthly)](https://img.shields.io/npm/dm/serverless-appsync-plugin?label=downloads%2Fmonth&color=blue)](https://www.npmjs.com/package/serverless-appsync-plugin) -[![npm downloads (18 months)](https://img.shields.io/npm/d18m/serverless-appsync-plugin?label=downloads%2F18mo&color=blue)](https://npm-stat.com/charts.html?package=serverless-appsync-plugin) + +[![npm downloads (total)](https://img.shields.io/npm/dt/serverless-appsync-plugin?label=total%20downloads&color=blue)](https://www.npmjs.com/package/serverless-appsync-plugin) + +[![npm downloads (year)](https://img.shields.io/npm/dy/serverless-appsync-plugin?label=downloads%2Fyear&color=blue)](https://www.npmjs.com/package/serverless-appsync-plugin) + [![license](https://img.shields.io/npm/l/serverless-appsync-plugin?color=green)](https://github.com/sid88in/serverless-appsync-plugin/blob/master/LICENSE) + [![Tests](https://github.com/sid88in/serverless-appsync-plugin/workflows/Tests/badge.svg)](https://github.com/sid88in/serverless-appsync-plugin/actions?query=workflow%3ATests) + [![GitHub stars](https://img.shields.io/github/stars/sid88in/serverless-appsync-plugin?style=social)](https://github.com/sid88in/serverless-appsync-plugin/stargazers) @@ -18,7 +24,25 @@ Contact me @[linkedin](https://www.linkedin.com/in/sid88in/) ## 📈 Adoption -**9.2M+ total downloads since Jan 2018** · **~64K weekly downloads** · See [live chart on npm-stat ↗](https://npm-stat.com/charts.html?package=serverless-appsync-plugin&from=2018-01-27) +**9.2M+ total downloads since Jan 2018** (curated; npm’s registry API only exposes shorter windows for live badges). + +

+ + serverless-appsync-plugin — npm download stats + +

+ +

+ Interactive charts (weekly trends, year-by-year since 2018): + npm.chart.dev ↗ + · + npm-stat (from Jan 2018) ↗ + · + npmjs.com ↗ +

# Minimum requirements From 491402614becaef2a9852003ccce3f24f2c01983 Mon Sep 17 00:00:00 2001 From: Siddharth Gupta Date: Fri, 22 May 2026 16:48:28 -0700 Subject: [PATCH 3/3] docs: remove misleading total-downloads badge, keep 9.2M+ text Co-authored-by: Cursor --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c7030225..4d04e7a7 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![npm downloads (weekly)](https://img.shields.io/npm/dw/serverless-appsync-plugin?label=downloads%2Fweek&color=blue)](https://www.npmjs.com/package/serverless-appsync-plugin) -[![npm downloads (total)](https://img.shields.io/npm/dt/serverless-appsync-plugin?label=total%20downloads&color=blue)](https://www.npmjs.com/package/serverless-appsync-plugin) - [![npm downloads (year)](https://img.shields.io/npm/dy/serverless-appsync-plugin?label=downloads%2Fyear&color=blue)](https://www.npmjs.com/package/serverless-appsync-plugin) [![license](https://img.shields.io/npm/l/serverless-appsync-plugin?color=green)](https://github.com/sid88in/serverless-appsync-plugin/blob/master/LICENSE) @@ -24,7 +22,7 @@ Contact me @[linkedin](https://www.linkedin.com/in/sid88in/) ## 📈 Adoption -**9.2M+ total downloads since Jan 2018** (curated; npm’s registry API only exposes shorter windows for live badges). +**9.2M+ total downloads since Jan 2018**