Moved to https://github.com/bitfocus/companion-module-knx-ip
- clone repo into the
module-local-devfolder of a companion installation - enter the
companion-module-knxipfolder - run
npx yarn installto install the dev-dependencies - run
npx yarn devto start the hot-reload typescript-compiler - in another terminal, start the companion in dev-mode by running
npx yarn dev-headless
- run
npx yarn test - To add more Tests, just create
.spec.tsfiles - See https://jestjs.io/ for more documentation
Changes in the Module-Code are compiled on save and trigger a companion reload.
- run
yarn build && yarn packto create a .tgz package or - run
yarn build && yarn publishto publish to the registry