Skip to content

Commit 0fcbac3

Browse files
authored
Add badges
1 parent 6a48614 commit 0fcbac3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Nunjucks driver for Sapling
22

3+
<a href="https://github.com/saplingjs/render-driver-nunjucks/actions"><img src="https://img.shields.io/github/workflow/status/saplingjs/render-driver-nunjucks/CI" alt="GitHub Workflow Status"></a>
4+
<a href="https://app.codecov.io/gh/saplingjs/render-driver-nunjucks"><img src="https://img.shields.io/codecov/c/gh/saplingjs/render-driver-nunjucks?token=E3NRW4IJW9" alt="Codecov"></a>
5+
<a href="https://www.npmjs.com/package/@sapling/render-driver-nunjucks"><img src="https://img.shields.io/npm/v/@sapling/render-driver-nunjucks.svg?sanitize=true" alt="Version"></a>
6+
<a href="https://github.com/saplingjs/render-driver-nunjucks/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/@sapling/render-driver-nunjucks.svg?sanitize=true" alt="License"></a>
7+
38
This package allows using the [Nunjucks](https://mozilla.github.io/nunjucks/) templating engine with [Sapling](https://github.com/saplingjs/sapling/).
49

510

0 commit comments

Comments
 (0)