diff --git a/README.md b/README.md index 21aba5a..b31e19c 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Note that another way to find esbuild plugins is to search for the [`esbuild-plu * [@akrc/esbuild-plugin-clean](https://github.com/akarachen/esbuild-plugin-clean): A plugin to clean the output dir. * [@anatine/esbuild-decorators](https://github.com/anatine/esbuildnx/tree/main/packages/esbuild-decorators): This is a plugin for esbuild to handle the tsconfig setting `"emitDecoratorMetadata": true` using tsc to transpile `.ts` or `.tsx` files with decorators. * [@craftamap/esbuild-plugin-html](https://github.com/craftamap/esbuild-plugin-html) A Plugin to create `*.html`-files from specified entry points. +* [@cyclonedx/cyclonedx-esbuild](https://github.com/CycloneDX/cyclonedx-esbuild): A plugin to create CycloneDX Software Bill of Materials (SBoM) for your build artifact(s). * [@datadog/build-plugin](https://github.com/DataDog/build-plugin) A plugin to monitor your build performances. * [@es-exec/esbuild-plugin-serve](https://github.com/tim117/es-exec/tree/main/plugins/es-serve): A plugin for running your build output in a child process after the project build completes. * [@es-exec/esbuild-plugin-start](https://github.com/tim117/es-exec/tree/main/plugins/es-start): A plugin for running a script after your build completes, similar to [nodemon](https://github.com/remy/nodemon).