Update readme, add coveralls badge

This commit is contained in:
Juan Picado @jotadeveloper 2017-05-20 09:23:32 +02:00
parent 54729bffa2
commit addd3605f6
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
[![travis badge](http://img.shields.io/travis/verdaccio/verdaccio.svg)](https://travis-ci.org/verdaccio/verdaccio)
[![npm version badge](https://img.shields.io/npm/v/verdaccio.svg)](https://www.npmjs.org/package/verdaccio)
[![downloads badge](http://img.shields.io/npm/dm/verdaccio.svg)](https://www.npmjs.org/package/verdaccio)
[![Coverage Status](https://coveralls.io/repos/github/verdaccio/verdaccio/badge.svg?branch=master)](https://coveralls.io/github/verdaccio/verdaccio?branch=master)
It allows you to have a local npm registry with zero configuration. You don't have to install and replicate an entire CouchDB database. Verdaccio keeps its own small database and, if a package doesn't exist there, it asks npmjs.org for it keeping only those packages you use.