0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/wiki/dev/repositories.md
2017-10-28 22:36:53 +02:00

2.3 KiB

Repositories

verdaccio is composed or multiple repositories you might contribute.

Repository Usage
https://github.com/verdaccio/verdaccio The main repository
https://github.com/verdaccio/streams Small library to handle streams
https://github.com/verdaccio/file-locking Small library to handle locked files
https://github.com/verdaccio/local-storage Default dependency for verdaccio to handle local file system storage (since v3.x)
https://github.com/verdaccio/flow-types flow type definitions for verdaccio and sub dependencies.
https://github.com/verdaccio/verdaccio.github.io Public verdaccio website and future documentation page.
https://github.com/verdaccio/docker-examples Docker examples with docker-compose to play around with integrations, (nginx, kubernetes, apache, ldap, etc..)
https://github.com/verdaccio/docker-examples Docker examples with docker-compose to play around with integrations, (nginx, kubernetes, apache, ldap, etc..)
https://github.com/verdaccio/puppet-verdaccio Puppet support
https://github.com/verdaccio/ansible-verdaccio Ansible support
https://github.com/verdaccio/verdaccio-cookbook Chef support

Experimental Repos

The following repositories aims to be part of the future infraestructure of verdaccio and are just PoC looking for active colaborators.

Repository Usage
https://github.com/verdaccio/verdaccio-plugin-auth-htpasswd Default authentification plugin based on Babel
https://github.com/verdaccio/generator-verdaccio-plugin Yeoman generators for future verdaccio plugins
https://github.com/verdaccio/blog Any article related with verdaccio