/netlify-plugin-testing

this is where i test netlify build plugins :)

Primary LanguageJavaScriptMIT LicenseMIT

Netlify Build Plugin: Testing

This is where i test netlify build plugins ⚡️

NOTE: Netlify Build Plugins are in beta.

Usage

To install, add the following lines to your netlify.toml file:

[[plugins]]
package = "netlify-plugin-testing"

Note: The [[plugins]] line is required for each plugin, even if you have other plugins in your netlify.toml file already.

tl;dr: testing testing...

Want to learn how to create your own Netlify Build Plugins?

Check out Sarah Drasner’s excellent tutorial!