Skip to content

Commit 1edba82

Browse files
authored
docs: add badges
1 parent a5823c5 commit 1edba82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Koka - Lightweight 3kB Effect-TS alternative library based on Algebraic Effects
22

3+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/koka-ts/koka)
4+
[![npm](https://img.shields.io/npm/v/koka.svg?style=flat-square)](https://www.npmjs.com/package/koka)
5+
[![GitHub License](https://img.shields.io/github/license/koka-ts/koka.svg?style=flat-square)](https://github.com/koka-ts/koka/blob/main/LICENSE)
6+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/koka-ts/koka/CI?style=flat-square)](https://github.com/koka-ts/koka/actions)
7+
[![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6.svg?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
8+
39
**Warning: This library is in early development and may change significantly. Do not use in production yet.**
410

511
Koka is a minimal yet powerful effects library for TypeScript that provides structured error handling, context management, and async operations in a composable, type-safe manner.

0 commit comments

Comments
 (0)