Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexpineda/titan-reactor-official-plugins
Official Plugins - Feel Free to Contribute!
https://github.com/alexpineda/titan-reactor-official-plugins
Last synced: about 2 months ago
JSON representation
Official Plugins - Feel Free to Contribute!
- Host: GitHub
- URL: https://github.com/alexpineda/titan-reactor-official-plugins
- Owner: alexpineda
- Created: 2022-03-09T12:16:17.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-02T23:58:44.000Z (about 1 year ago)
- Last Synced: 2024-10-12T22:27:41.899Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 576 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Official Titan Reactor Plugins
This documentation is currently out of date. Please standby!
Your plugin is **NOT** required to be in this repository. You are free to publish your plugin to `npm` without prior approval. However if you feel your plugin would qualify as an official plugin and would like to publish it under the **@titan-reactor-plugins** namespace you may create a PR for it here. Plugins must match an acceptable level of quality in order to be accepted into this repository.## Adding your plugin
1) Create a **Pull Request**
2) Make sure your plugin lives in their own unique directory and that it follows the standards found in the [CREATING PLUGINS](https://github.com/imbateam-gg/titan-reactor/blob/dev/CREATING_PLUGINS.md) documentation. Make sure your plugin name follows the template: `@titan-reactor-plugins/your-plugin-name`.
3) If you wish to have your own repository, add your github respitory url to the external.json array.
4) Once approved, your plugin will be published to npm under the **@titan-reactor-plugins** scope.## Running these plugins
These plugins are not meant to run in an isolated node or web environment, but within Titan Reactor. You'll need to use the Plugin Manager and install the plugin from the Community tab in order to run any plugin here.