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.
- Host: GitHub
- URL: https://github.com/aeberdinelli/schemy-plugin-boilerplate
- Owner: aeberdinelli
- Created: 2021-09-01T07:22:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T07:26:16.000Z (almost 5 years ago)
- Last Synced: 2025-09-11T10:05:05.283Z (9 months ago)
- Topics: extension, node, plugin, schema, schemy, template, validation
- Language: JavaScript
- Homepage: https://github.com/aeberdinelli/schemy/wiki/Writing-a-plugin
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!