An open API service indexing awesome lists of open source software.

https://github.com/aeberdinelli/schemy-plugin-boilerplate

A template for Schemy plugins.
https://github.com/aeberdinelli/schemy-plugin-boilerplate

extension node plugin schema schemy template validation

Last synced: 2 months ago
JSON representation

A template for Schemy plugins.

Awesome Lists containing this project

README

          

# Plugin boilerplate
This is a template for writing [Schemy](https://github.com/aeberdinelli/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`.

#### [Plugin documentation ↗️](https://github.com/aeberdinelli/schemy/wiki/Writing-a-plugin)

## 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!