Git
A decent editor (we recommend Visual Studio Code).
Basic understanding of modern JavaScript or TypeScript.
Run create-parsify-plugin
wizard using $ npx create-parsify-plugin
.
Follow the wizard instructions. You will need to select the preferred language and name of your new plugin.
When you have the cloned repository on your computer, check the main file (src/index.js
or src/index.ts
). There you will find further instructions.