Skip to content

Commit

Permalink
Added badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenezinovyev committed Aug 13, 2023
1 parent 69ca892 commit 2f09179
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# EJS Precompile

[![Build & Test](https://github.com/eugenezinovyev/ejs-precompile/actions/workflows/main.yml/badge.svg)](https://github.com/eugenezinovyev/ejs-precompile/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/eugenezinovyev/ejs-precompile/branch/main/graph/badge.svg?token=JU7UVADLIZ)](https://codecov.io/gh/eugenezinovyev/ejs-precompile)
[![Known Vulnerabilities](https://snyk.io/test/github/eugenezinovyev/ejs-precompile/badge.svg)](https://snyk.io/test/github/eugenezinovyev/ejs-precompile)
[![npm version](https://badge.fury.io/js/ejs-precompile.svg)](https://www.npmjs.com/package/ejs-precompile)

This package is a CLI tool to precompile EJS templates into JavaScript functions.
Additionally, it provides a Node.js API to precompile EJS templates.

Expand Down

0 comments on commit 2f09179

Please sign in to comment.