Skip to content

Commit

Permalink
chore: add git-hooks to plugins list (#5343)
Browse files Browse the repository at this point in the history
Co-authored-by: Maël Nison <[email protected]>
(cherry picked from commit 5b16a7c)
  • Loading branch information
Fyko authored and merceyz committed Oct 21, 2023
1 parent 65d1bcd commit 8ee1c4c
Showing 1 changed file with 2 additions and 0 deletions.
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.

- [**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.

- [**yarn-plugin-env-vars**](https://github.com/scinos/yarn-plugin-env-vars) by [**Sergio Cinos**](https://github.com/scinos) - A Yarn plugin that ensures your environment variables are set before running any npm scripts.
Expand Down

0 comments on commit 8ee1c4c

Please sign in to comment.