Skip to main content
Version: Next

Publish

We're using a public Github repository as the central registry for plugins.

In order to add your plugin to the registry, you need to:

  1. Fork the tscord-plugins repository.
  2. Create a new branch named feat/plugin-name where plugin-name is the name of your plugin.
  3. Go back to the tscord project where you develop your plugin.
  4. Run the npm run lint:fix command
  5. Copy/paste your plugin folder in the plugins folder of the barthofu/plugin-tscord repo
  6. Commit and push to your forked repository
  7. Open a PR following the given template between barthofu/plugin-tscord's main branch and yours
  8. Wait till it's aproved by the Core Team and then it'll automatically be merged and made available to the public through the CLI

Tada 🎉