Go to file
knicolas22 f720cdb622 yarn update 2025-07-05 10:44:12 +02:00
.github/workflows
.yarn
companion
src
.gitignore
.prettierignore
.yarnrc.yml
LICENSE
README.md
eslint.config.mjs
package.json
tsconfig.build.json
tsconfig.json
yarn.lock

README.md

companion-module-modulopi-moduloplayer

See HELP.md and LICENSE

Getting started

Executing a yarn command should perform all necessary steps to develop the module, if it does not then follow the steps below.

The module can be built once with yarn build. This should be enough to get the module to be loadable by companion.

While developing the module, by using yarn dev the compiler will be run in watch mode to recompile the files on change.