Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugins.md - add yarn-plugin-fetch #5384

Merged
merged 2 commits into from
May 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/gatsby/content/features/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ This is just a centralized list of third-party plugins to make discovery easier.

- [**yarn-scripts-cache**](/~https://github.com/rgischk/yarn-scripts-cache) by [**Roman Gischkowski**](/~https://github.com/rgischk) - A Yarn Berry plugin to cache script execution results. Previous build results can be restored, even from a remote cache server. This allows for build result sharing with a team of developers, significantly decreasing build times and eliminating downtime.

- [**yarn-plugin-fetch**](/~https://github.com/devthejo/yarn-plugin-fetch) by [**DevTheJo**](/~https://github.com/devthejo) - Optimized yarn workflow for docker build. Don't re-download all your dependencies on each package.json change. Like [pnpm fetch](https://pnpm.io/cli/fetch) but for yarn and better (exta-features like workspace focus support).

- [**git-hooks**](/~https://github.com/trufflehq/yarn-plugin-git-hooks#readme) by [**TruffleHQ**](/~https://github.com/trufflehq) - adds support for [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks)

- [**yarn-plugin-env**](/~https://github.com/MDReal32/yarn-plugin-env) by [**MDReal Aliyev**](/~https://github.com/MDReal32) - A Yarn Berry plugin to load environment variables from files to `process.env` on startup any script.
Expand Down