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 4.0.4 update 2025-07-03 16:24:23 +02:00
src Spydog upate 2025-07-05 10:42:57 +02:00
.gitignore yarn folder 2025-07-04 09:48:25 +02:00
.prettierignore First Commit 2025-06-16 10:30:42 +02:00
.yarnrc.yml Update .yarnrc.yml 2025-07-04 09:54:28 +02:00
LICENSE First Commit 2025-06-16 10:30:42 +02:00
README.md 4.0.4 update 2025-07-03 16:24:23 +02:00
eslint.config.mjs First Commit 2025-06-16 10:30:42 +02:00
package.json yarn update 2025-07-05 10:44:12 +02:00
tsconfig.build.json First Commit 2025-06-16 10:30:42 +02:00
tsconfig.json 4.0.4 update 2025-07-03 16:24:23 +02:00
yarn.lock First Commit 2025-06-16 10:30:42 +02:00

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.