more align with template implementation

This commit is contained in:
2025-10-29 17:39:14 +01:00
parent 8cd7127af8
commit 0a327b247c
13 changed files with 126 additions and 31 deletions

View File

@@ -1,3 +1,11 @@
# companion-module-toggl-track
See [HELP.md](./companion/HELP.md) and [LICENSE](./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.