Skip to content

Commit 4979371

Browse files
committed
docs: update readme badges
1 parent 6436b27 commit 4979371

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# tryCatch Utility & Validation Tools
22

3-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![CI](https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/ci.yml/badge.svg)](https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/ci.yml) [![Release](https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/release.yml/badge.svg)](https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/release.yml)
3+
[![CI](https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/ci.yml/badge.svg)](https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/ci.yml)
4+
[![Release](https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/release.yml/badge.svg)](https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/release.yml)
5+
[![try-catch NPM Version](https://img.shields.io/npm/v/%40maxmorozoff%2Ftry-catch-tuple?label=tryCatch)](https://www.npmjs.com/package/@maxmorozoff/try-catch-tuple)
6+
[![ts-plugin NPM Version](https://img.shields.io/npm/v/%40maxmorozoff%2Ftry-catch-tuple-ts-plugin?label=ts-plugin)](https://www.npmjs.com/package/@maxmorozoff/try-catch-tuple-ts-plugin)
7+
[![License: MIT](https://img.shields.io/badge/License-MIT-gold.svg)](https://github.com/maxmorozoff/try-catch-tuple/LICENSE)
48

59
A TypeScript utility for Go-style structured error handling (`[data, error]`) combined with powerful tooling (TypeScript Plugin & Build Transformer) to ensure correctness.
610

0 commit comments

Comments
 (0)