📚
Vendetta Plugin Docs
Contribute
  • ⏰Progress
  • â„šī¸Meta
    • 🔰Getting started
    • đŸ› ī¸Tools
  • 📚Guides
    • 📃Setting up
    • ã€Ŋī¸Local plugin development
    • 📜Manifest
    • 👂Plugin entrypoint
  • 🔰Examples
    • Self destruct plugin
Powered by GitBook
On this page

Was this helpful?

  1. Guides

Setting up

PreviousToolsNextLocal plugin development

Last updated 1 year ago

Was this helpful?

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 template

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

If you want to use , 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.

📚
📃
🎉
this
this
vscode.dev