This repository contains all available extensions downloadable for teletron.
To contribute an extension, create a Pull Request. No need to update the index.json
, it will be automatically
updated by a github workflow when the PR is accepted.
The requirements that need to be adhered to are (where {name} is the name you choose for your extension.):
- Choose a unique extension-{name} name and place the files in the folder.
- Place the extension
package.json
in the root of the folder, make sure that anteletron
attribute is present with the required attributes. - Place a README.MD file in the root of the folder, its contents will be included in the search index.
- The extension itself must be compressed in a filename
{name}.tar.gz
, this will installed to your Teletron environment.