Skip to content

add contrib plugin: yarn-plugin-manifest #4242

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -93,4 +93,6 @@ This is just a centralized list of third-party plugins to make discovery easier.

- [**http-proxy**](https://github.com/arontsang/yarn-plugin-http-proxy) by [**Aron Tsang**](https://github.com/arontsang) - yarn plugin that loads a default http Proxy Agent based on the HTTP_PROXY or HTTPS_PROXY environmental variable when running lifecycle script such as `postinstall`. This is useful for allowing postinstall scripts to run in corporate environments where internet access requires an explicit HTTP Connect Proxy.

- [**yarn-plugin-manifest**](https://github.com/indooorsman/yarn-plugins/blob/main/packages/yarn-plugin-manifest/readme.md) by [**indooorsman**](https://github.com/indooorsman) - yarn plugin that show manifest of a workspace.

If you wrote a plugin yourself, feel free to [open a PR](https://github.com/yarnpkg/berry/edit/master/packages/gatsby/content/features/plugins.md) to add it at the end of this list!