For the complete Netlify documentation index, see llms.txt. Markdown versions of this page are available by appending .md to the URL. If youβd like to share your plugin with others, you can publish it to npm. All Netlify Build Plugins in the npm Public Registry can be installed by any Netlify user through file-based installation.
Publish to npm
Section titled βPublish to npmβTo publish a Build Plugin to npm, follow npmβs documentation for contributing packages to the registry.
Be sure to add the following properties to your pluginβs package.json file:
nameshould start withnetlify-plugin-(such asnetlify-plugin-exampleor@scope/netlify-plugin-example). It should match the pluginnamefield. It is recommended for the plugin repository to be named like this as well.keywordsshould contain thenetlifyandnetlify-pluginkeywords. The same applies to GitHub topics. This helps users find your plugin.repositoryandbugsshould be defined. Those are displayed to users when an error occurs inside your plugin.
Did you find this doc useful?
Your feedback helps us improve our docs.