Skip to content

Commit 6049051

Browse files
author
Tom Kirkpatrick
committed
docs: add status badges
1 parent 09e3043 commit 6049051

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Loopback Component Model Extender
22

3+
[![CircleCI](https://circleci.com/gh/fullcube/loopback-component-model-extender.svg?style=svg)](https://circleci.com/gh/fullcube/loopback-component-model-extender) [![Dependencies](http://img.shields.io/david/fullcube/loopback-component-model-extender.svg?style=flat)](https://david-dm.org/fullcube/loopback-component-model-extender) [![Coverage Status](https://coveralls.io/repos/github/fullcube/loopback-component-model-extender/badge.svg?branch=master)](https://coveralls.io/github/fullcube/loopback-component-model-extender?branch=master)
4+
35
A loopback component that enables componentized model customisation.
46

57
By default, loopback allows you to customise models by providing a `model.js` file in the same directory as `model.json`. Whilst this is sufficient for small applications it can be cumbersome for larger applications with complex models.

0 commit comments

Comments
 (0)