mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
Update readme, add coveralls badge
This commit is contained in:
parent
54729bffa2
commit
addd3605f6
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue