From 20a480938a94c94f735d83f758284fb86ea43467 Mon Sep 17 00:00:00 2001 From: LewieJ08 Date: Sat, 11 Jul 2026 18:04:33 +0100 Subject: [PATCH] Add npm version and CI status badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7405d8d..463c660 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # @lujax/github-sdk +[![npm version](https://img.shields.io/npm/v/%40lujax%2Fgithub-sdk.svg)](https://www.npmjs.com/package/@lujax/github-sdk) +[![CI](https://github.com/lujax-dev/github-sdk/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/lujax-dev/github-sdk/actions/workflows/ci.yml) + A TypeScript-first, ergonomic wrapper around the [GitHub REST API](https://docs.github.com/en/rest). Calls `api.github.com` directly using native `fetch` — no Octokit, no third-party HTTP library. - **Clean TypeScript domain types** — camelCase interfaces instead of raw snake_case API responses