Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/k-grube/labtech-script-explorer
- Owner: k-grube
- Created: 2017-10-17T04:47:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T06:47:10.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:44:56.475Z (3 months ago)
- Topics: automate, automate-script, connectwise, labtech, labtech-script
- Language: JavaScript
- Homepage: https://k-grube.github.io/labtech-script-explorer/
- Size: 9.72 MB
- Stars: 11
- Watchers: 5
- Forks: 2
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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```