We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e645671 commit e562668Copy full SHA for e562668
README.md
@@ -0,0 +1,20 @@
1
+# LabTech Script Explorer
2
+
3
+Copy LTScript XML files, and inspect before importing into your server!
4
+Utilizes [labtech-script-decode](https://github.com/mspgeek/labtech-script-decode) library to handle parsing and decoding scripts.
5
6
+# [Live Version Here](https://k-grube.github.io/labtech-script-explorer/)
7
8
+### Test and Build
9
10
+```
11
12
+npm ci
13
14
+# dev version
15
+npm run start
16
17
+# build static version
18
+npm run build
19
20
0 commit comments