From e1fc8a20faa0dd9d6cab465e1e67ef431092e02d Mon Sep 17 00:00:00 2001 From: katspaugh Date: Fri, 7 Nov 2025 17:48:45 +0100 Subject: [PATCH 1/2] docs: add TypeScript badge to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add TypeScript badge with logo before npm version badge to highlight that this is a TypeScript project. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cc23af..7206553 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🔐 Safe CLI [![npm version](https://img.shields.io/npm/v/@safe-global/safe-cli.svg)](https://www.npmjs.com/package/@safe-global/safe-cli) +# 🔐 Safe CLI [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/) [![npm version](https://img.shields.io/npm/v/@safe-global/safe-cli.svg)](https://www.npmjs.com/package/@safe-global/safe-cli) > A modern, interactive command-line tool for managing Safe Smart Accounts From c2cdb26b60337082ee5c14bf90d6be9bfbcb31e1 Mon Sep 17 00:00:00 2001 From: katspaugh Date: Fri, 7 Nov 2025 17:49:22 +0100 Subject: [PATCH 2/2] docs: add CI status badge to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add GitHub Actions CI workflow badge to show build and test status. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7206553..5f484e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🔐 Safe CLI [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/) [![npm version](https://img.shields.io/npm/v/@safe-global/safe-cli.svg)](https://www.npmjs.com/package/@safe-global/safe-cli) +# 🔐 Safe CLI [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/) [![CI](https://github.com/5afe/safe-cli-nodejs/actions/workflows/ci.yml/badge.svg)](https://github.com/5afe/safe-cli-nodejs/actions/workflows/ci.yml) [![npm version](https://img.shields.io/npm/v/@safe-global/safe-cli.svg)](https://www.npmjs.com/package/@safe-global/safe-cli) > A modern, interactive command-line tool for managing Safe Smart Accounts