This repository contains a collection of modules developed for the Frieren ecosystem.
Modules in this repository are built using the frieren-module-template
, designed to ensure seamless integration and consistent performance across the Frieren platform. These modules leverage modern technologies and are developed with the UMD (Universal Module Definition) standard, making them versatile for various deployment scenarios.
To use a module from this repository, follow these steps:
git clone https://github.com/xchwarze/frieren-modules
cd frieren-modules/<module-name>
yarn install
yarn build
Refer to the individual module directories for specific installation instructions.
Each module comes with its own set of documentation. Please read through the README.md
file in the respective module directory for detailed usage instructions.
Contributions are welcome! If you have developed a module using the frieren-module-template
and wish to share it, please follow these steps:
- Fork the repository.
- Create a new module or improve existing modules.
- Submit a pull request with a comprehensive description of changes.
All modules in this repository are distributed under the LGPL-3.0-only License, facilitating open-source collaboration and distribution.
A special thanks to all contributors who have developed and maintained the modules in this repository, enhancing the capabilities of the Frieren ecosystem.