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:
- Fork the tscord-plugins repository.
- Create a new branch named
feat/plugin-name
whereplugin-name
is the name of your plugin. - Go back to the tscord project where you develop your plugin.
- Run the
npm run lint:fix
command - Copy/paste your plugin folder in the
plugins
folder of thebarthofu/plugin-tscord
repo - Commit and push to your forked repository
- Open a PR following the given template between
barthofu/plugin-tscord
'smain
branch and yours - 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 🎉