From 7e0c860ff54e9e2dacd525832f0643d1ff3a9642 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 02:57:14 -0500 Subject: [PATCH] add pnpm project suggestion --- src/data/projects.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..465b0632 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -522,6 +522,13 @@ export const projectList = [ "Npm is the package manager for JavaScript and the world’s largest software registry. Discover packages of reusable code — and assemble them in powerful new ways.", tags: ["Javascript", "Shell", "CSS", "HTML", "Rust"], }, + { + name: "pnpm", + imageSrc: "https://avatars.githubusercontent.com/u/21320719?v=4", + projectLink: "https://github.com/pnpm/pnpm/contribute", + description: "pnpm is a fast, disk space efficient package manager for JavaScript projects.", + tags: ["JavaScript", "Package Manager", "Node.js", "CLI"], + }, { name: "openEBS", imageSrc: "https://avatars1.githubusercontent.com/u/20769039?s=200&v=4", @@ -1458,4 +1465,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];