From 23e593ca60dc21980ee937c5ac573b7d1a1db78e Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 10 Mar 2018 17:48:04 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/Home.md b/Home.md index 0f48a31..2145adb 100644 --- a/Home.md +++ b/Home.md @@ -7,7 +7,7 @@ * [Docker](https://hub.docker.com/u/verdaccio/) * [NPM Package](https://www.npmjs.com/package/verdaccio) -# Articles about Verdaccio +### Articles about Verdaccio * [Testing your npm package before releasing it using Verdaccio + ngrok](https://medium.com/strapi/testing-your-npm-package-before-releasing-it-using-verdaccio-ngrok-28e2832c850a) * [An Introduction to Verdaccio](https://medium.com/@jotadeveloper/an-introduction-to-verdaccio-f6c72e865425) @@ -15,26 +15,22 @@ * [NPM Registry for your organisation](https://medium.com/@ayusharma.in/npm-registry-for-your-organisation-aeb8ea76144) * [Five use cases where a npm private proxy fits in your workflow](https://medium.com/@jotadeveloper/five-use-cases-where-a-npm-private-proxy-fits-in-your-workflow-632a81779c14) -# Videos +### Videos [Local npm server](https://www.youtube.com/watch?v=vc2wMwcDKOE) -# Roadmap +## Roadmap -# 2.x - -The **master branch** host the current stable version, but is in maintenance mode, all new feature only will be accepted on version 3.x or higher. - -# Master (>3.x) +## Master (>3.x) Is the current development branch. [Release 3.x](https://github.com/verdaccio/verdaccio/pull/376) -## 3.x Features +### 3.x Features - [X] Improve plugin system [#169](https://github.com/verdaccio/verdaccio/pull/169) @juanpicado - [X] Verdaccio is cluster ready [#103](https://github.com/verdaccio/verdaccio/pull/103) @juanpicado -## Future New Features +### Future New Features - [ ] Improve token auth [#168](https://github.com/verdaccio/verdaccio/pull/168) @Meeeeow (PR-Welcome) - [ ] Mount plugins directory for Docker [#232](https://github.com/verdaccio/verdaccio/pull/232) @idangozlan (PR-Welcome) @@ -43,7 +39,9 @@ Is the current development branch. [Release 3.x](https://github.com/verdaccio/ve - [ ] update indexer and allow search by author, version and keyword [#257](https://github.com/verdaccio/verdaccio/pull/257) (PR-Welcome) - [ ] Allow users change password via UI [#401](https://github.com/verdaccio/verdaccio/pull/401) (PR-Welcome) - +### 2.x + +The **master branch** host the current stable version, but is in maintenance mode, all new feature only will be accepted on version 3.x or higher.