Skip to content

Commit 7c2dfaa

Browse files
committed
docs: add status and information badges to README
1 parent 3b7b38f commit 7c2dfaa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[![pub package](https://img.shields.io/pub/v/dinja.svg)](https://pub.dev/packages/dinja)
2+
[![pub points](https://img.shields.io/pub/points/dinja.svg)](https://pub.dev/packages/dinja/score)
3+
[![Build Status](https://github.com/leehack/dinja/actions/workflows/dart.yml/badge.svg)](https://github.com/leehack/dinja/actions/workflows/dart.yml)
4+
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5+
[![codecov](https://codecov.io/gh/leehack/dinja/branch/main/graph/badge.svg)](https://codecov.io/gh/leehack/dinja)
6+
17
# Dinja
28

39
A minimal, zero-dependency Jinja templating engine for Dart, ported from `llama.cpp`. Focused on security, efficiency, and input marking.

0 commit comments

Comments
 (0)