Skip to content

Commit

Permalink
add badges to the README (#2)
Browse files Browse the repository at this point in the history
Add badges for dependency check, known vulnerabilities and npm version to README.
  • Loading branch information
connium authored Jan 12, 2018
1 parent 775a391 commit 103643e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# node-odf
simple-odf
==========

## What is node-odf?
[![Dependencies](https://david-dm.org/connium/simple-odf.svg)](https://david-dm.org/connium/simple-odf)
[![Known Vulnerabilities](https://snyk.io/test/github/connium/simple-odf/badge.svg)](https://snyk.io/test/github/connium/simple-odf)
[![Version](https://img.shields.io/npm/v/simple-odf.svg)](https://www.npmjs.com/package/simple-odf)

node-odf is an easy-to-use, high-level Node.js based API for creating documents in Open Document Format (ODF).
## What is simple-odf?

simple-odf is an easy-to-use, high-level Node.js based API for creating documents in Open Document Format (ODF).

It is written in TypeScript and compiled to pure JavaScript.

Expand Down

0 comments on commit 103643e

Please sign in to comment.