Skip to content

Commit 504939b

Browse files
committed
Merge branch 'main' of https://github.com/esbuild/esbuild.github.io into sync-65e8da8c
2 parents ec0f480 + 65e8da8 commit 504939b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/content/plugins.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,21 @@ body:
1010
with the [transform](/api/#transform) API.
1111
1212
- h2: Finding plugins
13+
1314
- p: >
14-
If you're looking for an existing esbuild plugin, you should check out the
15-
[list of existing esbuild plugins](https://github.com/esbuild/community-plugins).
16-
Plugins on this list have been deliberately added by the author and are
17-
intended to be used by others in the esbuild community.
15+
There are two ways to find esbuild plugins. One way is to check the
16+
(uncurated) [central list of existing esbuild plugins](https://github.com/esbuild/community-plugins).
17+
Another way is to search for the [`esbuild-plugin`](https://www.npmjs.com/search?q=keywords:esbuild-plugin&sortBy=downloads_monthly)
18+
keyword on the npm registry.
1819
1920
- p: >
2021
If you want to share your esbuild plugin, you should:
2122
2223
- ol:
24+
- >
25+
Add `"keywords": ["esbuild-plugin"]` to your plugin's `package.json` file
26+
before you publish it.
27+
2328
- >
2429
[Publish it to npm](https://docs.npmjs.com/creating-and-publishing-unscoped-public-packages)
2530
so others can install it.

0 commit comments

Comments
 (0)