项目作者: foxworth42

项目描述 :
HTML Templates for the CasparCG playout system
高级语言: JavaScript
项目地址: git://github.com/foxworth42/casparcg-html-templates.git
创建时间: 2019-10-27T01:55:36Z
项目社区:https://github.com/foxworth42/casparcg-html-templates

开源协议:MIT License

下载


Build Status

CasparCG HTML Templates

This repo is a collection of HTML based templates for use in the CasparCG media playout system.

Templates here have been tested under CasparCG 2.2.0.

Most templates support at least some amount of customization by specifying template data inside the CasparCG client, but to work properly template data must be sent as JSON for the template to read the data correctly.


Compiling Templates

Requirements:

  • NodeJS

To simplify doing style development locally the command npm run dev-css will monitor all SCSS files for changes and recompile styles.

Build styles: npm run build

Lint JS files: npm run lint

Test JS files: npm run test

Precommit hooks are in place to enforce code linting and test running prior to commit.