gatsby-plugin-code-dryer
v1.0.2
Published
Plugin to make webpages a WYSIWYG for Code Dryer (www.codedryer.com)
Downloads
1
Maintainers
Readme
Plugin to make webpages a WYSIWYG for Code Dryer (https://www.codedryer.com)
Developement
To test locally before any publish, insert this code to the projects gatsby-config.js:
{
// including a plugin from outside the plugins folder needs the path to it
resolve: require.resolve(
`../../MyProjects/tavega/gatsby-plugin-code-dryer`
),
}