This repository hosts all the source code for the Vicinae extensions that can be installed from the Vicinae store.
If you are looking to build your own Vicinae extension, refer to the Vicinae documentation.
Want to share your extension with the Vicinae community? Follow these steps:
Review the extension guidelines and ensure your extension complies with all requirements.
- Place your extension in a directory under
extensions/named after your extension'snamefield - Ensure your
package.jsonfollows the Vicinae extension schema - Validate your extension using
npx vici lint(requires @vicinae/api v0.16.0+)
- Fork this repository
- Add or update your extension under the
extensions/directory - Create a pull request with a clear description of your extension
- Wait for a review from the maintainers
If your pull request is merged, your extension is automatically built, validated, and made available for download from the Vicinae store.