Compare commits

..

5 Commits

Author SHA1 Message Date
BOT
ffb9de41e7 Merge 27ffb33f3e into f13af65a68 2025-01-10 20:21:34 +01:00
Shmavon Gazanchyan
f13af65a68 Update README.md 2025-01-10 18:06:12 +00:00
Sammy Hori
af269c58c0 Merge pull request #1544 from MunGell/update-yarn-entry
Updates to the Yarn entry.
2025-01-10 18:06:00 +00:00
Sammy Hori
639902dae2 Added TypeScript to Berry (Yarn)'s technologies 2024-12-31 13:12:27 +00:00
Sammy Hori
fc4a67b32e Moved Yarn link to Berry (Yarn's active development branch)
I also changed the name so people don't get confused if the click on it.
2024-12-31 13:10:42 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -142,6 +142,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [appsmith](https://github.com/appsmithorg/appsmith) _(label: good first issue)_ <br> Drag & Drop internal tool builder
- [AVA](https://github.com/sindresorhus/ava) _(label: good-for-beginner)_ <br> Futuristic test runner.
- [Babel](https://github.com/babel/babel) _(label: good first issue)_ <br> A compiler for writing next generation JavaScript.
- [Berry - Active development trunk for Yarn](https://github.com/yarnpkg/berry) _(label: good first issue)_ <br> Fast, reliable, and secure dependency management.
- [Botpress](https://github.com/botpress/botpress) _(label: contributor-friendly)_ <br> The only sane way to build great bots.
- [Brave Browser](https://github.com/brave/brave-browser) _(label: good first issue)_ <br> Desktop browser for macOS, Windows, and Linux.
- [Check It Out](https://github.com/jwu910/check-it-out) _(label: good first issue)_ <br> Check It Out is an ncurses-like CLI to let the user interactively navigate and select a git branch to check out.
@@ -209,7 +210,6 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Vue.js](https://github.com/vuejs/vue) _(label: good first issue)_ <br> The Progressive JavaScript Framework.
- [VuePress](https://github.com/vuejs/vuepress) _(label: good first issue)_ <br> Minimalistic Vue-powered static site generator
- [webdriver.io](https://github.com/webdriverio/webdriverio) _(label: first-timers-only)_ <br> Next-gen browser and mobile automation test framework for Node.js
- [Yarn](https://github.com/yarnpkg/yarn) _(label: good first issue)_ <br> Fast, reliable, and secure dependency management.
## JSON
@@ -359,6 +359,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [activist](https://github.com/activist-org/activist) _(label: good first issue)_ <br> activist.org is a network for political action that allows people to coordinate and collaborate on the issues that matter most to them.
- [Amplication](https://github.com/amplication/amplication) _(label: good first issue)_ <br> Amplication is an open-source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks.
- [Berry - Active development trunk for Yarn](https://github.com/yarnpkg/berry) _(label: good first issue)_ <br> Fast, reliable, and secure dependency management.
- [Booster](https://github.com/boostercloud/booster) _(label: good first issue)_ <br> A truly serverless framework, write your code and deploy it in seconds without any server configuration files.
- [Graphback](https://github.com/aerogear/graphback) _(label: good first issue)_ <br> A CLI and runtime framework to generate a GraphQL API in seconds.
- [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_ <br> Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience.

View File

@@ -668,11 +668,12 @@
"description": "React framework with server render for blazing fast page load and seamless transitions between pages in the browser."
},
{
"name": "Yarn",
"link": "https://github.com/yarnpkg/yarn",
"name": "Berry - Active development trunk for Yarn",
"link": "https://github.com/yarnpkg/berry",
"label": "good first issue",
"technologies": [
"JavaScript"
"JavaScript",
"TypeScript"
],
"description": "Fast, reliable, and secure dependency management."
},