Skip to content

Commit

Permalink
docs: add repository badges
Browse files Browse the repository at this point in the history
  • Loading branch information
chathurabuddi authored Sep 11, 2024
1 parent 3084896 commit e5d6f8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# json-glue

[![codecov](https://codecov.io/gh/chathurabuddi/json-glue/branch/master/graph/badge.svg)](https://codecov.io/gh/chathurabuddi/json-glue)
[![CodeQL](https://github.com/chathurabuddi/json-glue/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/chathurabuddi/json-glue/actions/workflows/github-code-scanning/codeql)
[![codecov](https://codecov.io/gh/chathurabuddi/json-glue/branch/main/graph/badge.svg?token=iLMbM9uKae)](https://codecov.io/gh/chathurabuddi/json-glue)
![GitHub Release](https://img.shields.io/github/v/release/chathurabuddi/json-glue)
![NPM Version](https://img.shields.io/npm/v/json-glue)

A lightweight utility to recursively merge two JSON objects in TypeScript. Supports replacing primitive values, arrays, and combining objects deeply.

Expand Down

0 comments on commit e5d6f8b

Please sign in to comment.