Go to file
knicolas22 2a142c2688 Update .gitignore 2025-06-16 10:31:40 +02:00
companion First Commit 2025-06-16 10:30:42 +02:00
src First Commit 2025-06-16 10:30:42 +02:00
.gitignore Update .gitignore 2025-06-16 10:31:40 +02:00
.prettierignore First Commit 2025-06-16 10:30:42 +02:00
.yarnrc.yml First Commit 2025-06-16 10:30:42 +02:00
LICENSE First Commit 2025-06-16 10:30:42 +02:00
README.md First Commit 2025-06-16 10:30:42 +02:00
eslint.config.mjs First Commit 2025-06-16 10:30:42 +02:00
package.json First Commit 2025-06-16 10:30:42 +02:00
tsconfig.build.json First Commit 2025-06-16 10:30:42 +02:00
tsconfig.json First Commit 2025-06-16 10:30:42 +02:00
yarn.lock First Commit 2025-06-16 10:30:42 +02:00

README.md

companion-module-[replace with module name]

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.