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

chore: add git-hooks to plugins list #5343

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.

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