-
Right now I've simply made a copy of one of your plugins and modified it to suit my purposes, but this approach is far from ideal. What would be your recommended pathway of making my own plugin? |
Beta Was this translation helpful? Give feedback.
Answered by
vkurko
Apr 7, 2024
Replies: 1 comment 1 reply
-
You could publish your plugin to npmjs and use it just like the official ones |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hpaves
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could publish your plugin to npmjs and use it just like the official ones
npm install [your-plugin]
.