Skip to content

aeberdinelli/schemy-plugin-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin boilerplate

This is a template for writing Schemy plugins.

To start writing your plugin, you can clone this repository, create a fork or just use it as a reference. There are examples for all the available plugin hooks within Schemy inside src/index.js.

Notes

No matter how you'll start your plugin, don't forget to update this README.md file with an easy to read setup and usage guide of your plugin!