Skip to content

Commit 5c317b0

Browse files
committed
docs(readme): add CI, npm version, license, and node version badges
1 parent d85bd66 commit 5c317b0

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
# sql-render
22

3+
[![CI](https://github.com/bug3/sql-render/actions/workflows/ci.yml/badge.svg)](https://github.com/bug3/sql-render/actions/workflows/ci.yml)
4+
[![npm version](https://img.shields.io/npm/v/sql-render)](https://www.npmjs.com/package/sql-render)
5+
[![license](https://img.shields.io/npm/l/sql-render)](LICENSE)
6+
[![node](https://img.shields.io/node/v/sql-render)](package.json)
7+
38
Type-safe `{{variable}}` templating for `.sql` files with built-in injection protection.
49

510
- Zero runtime dependencies

0 commit comments

Comments
 (0)