This library tracks the state of CasparCG Servers and generates commands to be used in casparcg-connection.
As an example, this library is used in the Sofie TV News Studio Automation System.
-
Install corepack
npm i -g corepack -
Install dependencies
yarnoryarn install
Then you can:
-
Build:
yarn build -
run test
yarn unit -
watch tests
yarn watch