Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k-grube/labtech-script-explorer


https://github.com/k-grube/labtech-script-explorer

automate automate-script connectwise labtech labtech-script

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# LabTech Script Explorer

Copy LTScript XML files, and inspect before importing into your server!
Utilizes [labtech-script-decode](https://github.com/mspgeek/labtech-script-decode) library to handle parsing and decoding scripts.

# [Live Version Here](https://k-grube.github.io/labtech-script-explorer/)

### Test and Build

```

npm ci

# dev version
npm run start

# build static version
npm run build

```