0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

adding nice screenshot

This commit is contained in:
Alex Kocharin 2013-12-21 12:06:38 +03:00
parent a3a59aa8f3
commit 1a0f577689

View file

@ -2,6 +2,8 @@ Sinopia is a private/caching npm repository server.
It allows you to have a local npm registry with zero configuration. You don't have to install and replicate an entire CouchDB database. Sinopia 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.
<p align="center"><img src="https://f.cloud.github.com/assets/999113/1795553/680177b2-6a1d-11e3-82e1-02193aa4e32e.png"></p>
## Use cases
1. Use private packages.