How to Create Custom Plugin
(WIP)
Plugin Structure
plugin-name
βββ index.js
βββ package.jsonHow easy is it to create a Plugin with Hayde
{
"plugins": [
"createPlugin"
]
}npx haydeindex.js
Last updated