From 5e3c5c3d0595a6daed4df6e8c7374bc96129c52b Mon Sep 17 00:00:00 2001 From: ealush Date: Tue, 4 Aug 2020 01:12:21 +0300 Subject: [PATCH] feat: Added mermaid to projects --- README.md | 7 ++++--- data/projects.json | 5 +++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38a402b..b26e9bd 100644 --- a/README.md +++ b/README.md @@ -141,9 +141,10 @@ The table of projects which are _currently_ supported. |44.|webpack CLI|`webpack-cli`|webpack CLI provides a flexible set of commands for developers to increase speed when setting up a custom webpack project.| |45.|wolkenkit|`wolkenkit`|wolkenkit is an open-source CQRS and event-sourcing framework for JavaScript and Node.js that perfectly matches DDD. | |46.|Verdaccio|`verdaccio`|A lightweight private npm proxy registry| -|47.|Vue.js|`vuejs`|Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.| -|48.|Yarn|`yarn`|Fast, reliable, and secure dependency management.| -|49.|Yarn Version Manager|`yvm`|YVM is a version manager for yarn that makes it easy to handle projects with differing yarn versions.| +|47.|vest|`vest`|Javascript validations framework inspired by unit testing frameworks.| +|48.|Vue.js|`vuejs`|Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.| +|49.|Yarn|`yarn`|Fast, reliable, and secure dependency management.| +|50.|Yarn Version Manager|`yvm`|YVM is a version manager for yarn that makes it easy to handle projects with differing yarn versions.| ## Adding New Projects diff --git a/data/projects.json b/data/projects.json index 8ba0397..72cfee8 100644 --- a/data/projects.json +++ b/data/projects.json @@ -229,6 +229,11 @@ "q": "org:verdaccio is:issue is:open sort:updated-desc label:\"good first issue\"", "description": "A lightweight private npm proxy registry" }, + "vest": { + "name": "vest", + "q": "user:ealush repo:vest label:\"good first issue\" state:open", + "description": "Javascript validations framework inspired by unit testing frameworks." + }, "vuejs": { "name": "Vue.js", "q": "org:vuejs is:issue is:open label:\"good first issue\"",