Skip to content

Commit

Permalink
feat: Added mermaid to projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Aug 4, 2020
1 parent 50cd2be commit 5e3c5c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.|
<!-- AUTO-GENERATED-CONTENT:END -->

## Adding New Projects
Expand Down
5 changes: 5 additions & 0 deletions data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand Down

0 comments on commit 5e3c5c3

Please sign in to comment.