πŸ“ƒSetting up

Start off by using a Vendetta plugin template from GitHub:

  • If you want all your plugins to be in the same repository (a monorepo), use this template

  • If you want a seperate repo for each of your plugins, use this template

If you want to use vscode.dev, choose the Open in a codespace option when using a template from the list

Next, go to your repo's Settings β–Έ Pages and select gh-pages as the Branch

Depending on which template you chose, your plugin's URL will appear differently:

  • If you chose the monorepo template:

    • https://GITHUB_USERNAME.github.io/GITHUB_REPO/PLUGIN_NAME

  • If you chose the seperate repo template:

    • https://GITHUB_USERNAME.github.io/GITHUB_REPO

πŸŽ‰ You're done! Try installing the template plugin in Vendetta.

Last updated

Was this helpful?