Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 412 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 412 Bytes

LabTech Script Explorer

Copy LTScript XML files, and inspect before importing into your server!
Utilizes labtech-script-decode library to handle parsing and decoding scripts.

Test and Build


npm ci

# dev version
npm run start

# build static version
npm run build