Go to file
knicolas22 f720cdb622 yarn update 2025-07-05 10:44:12 +02:00
.github/workflows Yarn update 2025-07-04 09:54:04 +02:00
.yarn yarn update 2025-07-05 10:44:12 +02:00
companion
src Spydog upate 2025-07-05 10:42:57 +02:00
.gitignore
.prettierignore
.yarnrc.yml Update .yarnrc.yml 2025-07-04 09:54:28 +02:00
LICENSE
README.md
eslint.config.mjs
package.json yarn update 2025-07-05 10:44:12 +02:00
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.