Skip to content

Commit

Permalink
docs: add status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kirkpatrick committed Jun 6, 2017
1 parent 09e3043 commit 6049051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Loopback Component Model Extender

[![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)

A loopback component that enables componentized model customisation.

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.
Expand Down

0 comments on commit 6049051

Please sign in to comment.