From cc4d3be36eda3b50b055ada4dbcc7afbaeb0ce09 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 16 Dec 2017 13:31:15 +0100 Subject: [PATCH] New translations repositories.md (Chinese Traditional, Hong Kong) --- website/translated_docs/zh-HK/repositories.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 website/translated_docs/zh-HK/repositories.md diff --git a/website/translated_docs/zh-HK/repositories.md b/website/translated_docs/zh-HK/repositories.md new file mode 100644 index 000000000..66dd434ad --- /dev/null +++ b/website/translated_docs/zh-HK/repositories.md @@ -0,0 +1,29 @@ +--- +id: source-code +date: 2017-07-10T23:36:56.503Z +title: Source Code +--- +`verdaccio` is composed or multiple repositories you might contribute. Look into the **issues** tab whether there is a ticket waiting for you + +| Repository | Usage | Stack | +| -------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | +| | The main repository | Node, Express, async, React, Babel, ES6, Mocha, Markdown, HTML, Sass | +| | Small library to handle streams | ES6, Babel, *Soon: Flow* | +| | Small library to handle locked files | ES6, Babel, *Soon: Flow* | +| | Default dependency for verdaccio to handle local file system storage (since `v3.x`) | ES6, Babel, Flow | +| | `flow` type definitions for verdaccio and sub dependencies. | Flow, flow-typed | +| | Public `verdaccio` website and future documentation page. | Markdown, HTML, Sass, Github Pages | +| | Docker examples with `docker-compose` to play around with integrations, (nginx, kubernetes, apache, ldap, etc..) | Docker Compose, Docker | +| | Puppet support | Puppet | +| | Ansible support | Ansible | +| | Chef support | Chef | + +## 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 | Stack | +| ------------------------------------------------------------- | ---------------------------------------------- | ------------------ | +| | Default authentification plugin based on Babel | ES6, Babel, Flow | +| | Yeoman generators for future verdaccio plugins | ES6, Babel, Yeoman | +| | Any article related with verdaccio | Markdown | \ No newline at end of file