konogan / switch_scripts

CMI Switch Scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch Scripts

This repository contain CMI Scripts for Enfocus Switch.


Warning

In SwitchScripter select main.ts not main.js. Otherwise the ts file will be deleted when saving by SwitchScripter See Script folder structure


Preflight Transformer

The purpose of this script is to transform the response from a preflight into a PDF file that overlays alerts and messages.

XMLExporter

The purpose of this script is to export all variables and datasets attached to a job in an XML file.


Installations

Develop

$ cd dev/[projectScript]
$ npm run transpile

open [projectScript] in SwitchScripter and save it

Production

$ cd dev/[projectScript]
$ npm run pack

the production script is generated in production/

About

CMI Switch Scripts


Languages

Language:TypeScript 84.8%Language:XSLT 15.2%