Skip to content

Commit 9b05826

Browse files
author
Tom Kirkpatrick
committed
docs: add status badges
1 parent b379fb9 commit 9b05826

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# loopback-component-meta
22

3+
[![CircleCI](https://circleci.com/gh/fullcube/loopback-component-meta.svg?style=svg)](https://circleci.com/gh/fullcube/loopback-component-meta) [![Dependencies](http://img.shields.io/david/fullcube/loopback-component-meta.svg?style=flat)](https://david-dm.org/fullcube/loopback-component-meta) [![Coverage Status](https://coveralls.io/repos/github/fullcube/loopback-component-meta/badge.svg?branch=master)](https://coveralls.io/github/fullcube/loopback-component-meta?branch=master)
4+
35
Component for [LoopBack](https://loopback.io) that adds a Meta model that can be used to retrieve meta data about the model definitions.
46

57
# Installation
68

79
Install the module
810

911
$ npm install --save loopback-component-meta
10-
12+
1113
Configure the module in `server/component-config.json`
1214

1315
```

0 commit comments

Comments
 (0)