File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments