@liascript/exporter 3.3.1--1.0.10 → 3.3.3--1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -7
- package/dist/assets/capacitor/{index.65285fa9.js → index.54530cdd.js} +1 -1
- package/dist/assets/capacitor/index.html +1 -1
- package/dist/assets/capacitor/{jszip.min.5cd662bc.js → jszip.min.dfe97abc.js} +1 -1
- package/dist/assets/indexeddb/{index.11cfd3a5.js → index.e14ebc2b.js} +1 -1
- package/dist/assets/indexeddb/{index.2dc41135.js → index.e704211b.js} +1 -1
- package/dist/assets/indexeddb/index.html +1 -1
- package/dist/assets/pdf/{index.374859b7.js → index.c1ce18ee.js} +1 -1
- package/dist/assets/pdf/index.html +1 -1
- package/dist/assets/{scorm1.2/jszip.min.4fbcc13f.js → pdf/jszip.min.63142cc8.js} +1 -1
- package/dist/assets/scorm1.2/{index.eb385b4a.js → index.0a7eae2e.js} +1 -1
- package/dist/assets/scorm1.2/{index.ee6a673a.js → index.7e823f9b.js} +1 -1
- package/dist/assets/scorm1.2/index.html +1 -1
- package/dist/assets/{pdf/jszip.min.4fbcc13f.js → scorm1.2/jszip.min.63142cc8.js} +1 -1
- package/dist/assets/web/{index.68795b8d.js → index.beeaa029.js} +1 -1
- package/dist/assets/web/index.html +1 -1
- package/dist/assets/xapi/{index.720250aa.js → index.37324883.js} +1 -1
- package/dist/assets/xapi/index.html +1 -1
- package/dist/assets/xapi/{jszip.min.eaecf580.js → jszip.min.19c66d77.js} +1 -1
- package/dist/index.js +2 -2
- package/package.json +2 -1
- /package/dist/assets/{scorm1.2 → indexeddb}/jszip.min.19c66d77.js +0 -0
- /package/dist/assets/{web → indexeddb}/jszip.min.63142cc8.js +0 -0
- /package/dist/assets/{indexeddb → scorm1.2}/jszip.min.eaecf580.js +0 -0
- /package/dist/assets/{indexeddb → web}/jszip.min.4fbcc13f.js +0 -0
package/README.md
CHANGED
|
@@ -71,10 +71,6 @@ The web interface allows you to:
|
|
|
71
71
|
|
|
72
72
|
All exports are processed asynchronously in a queue, with only one export running at a time. After submitting an export, you'll receive a job ID and can track the progress on a status page.
|
|
73
73
|
|
|
74
|
-
> **Note:** the **Git repository** source (in both the desktop app and the web
|
|
75
|
-
> UI) requires [`git`](https://git-scm.com/downloads) to be installed and
|
|
76
|
-
> available on your `PATH`. Uploading files does not need git.
|
|
77
|
-
|
|
78
74
|
### 3. CLI
|
|
79
75
|
|
|
80
76
|
For scripting, automation, or CI/CD pipelines, the exporter can be used directly from the command line. Install the same way as above (Node.js + `npm install -g @liascript/exporter`).
|
|
@@ -107,9 +103,6 @@ Instead of pointing `-i` at a local file, you can let the exporter clone a
|
|
|
107
103
|
repository and export directly from it with `--git-url`. The repo is cloned to a
|
|
108
104
|
temporary directory and removed automatically when the export finishes.
|
|
109
105
|
|
|
110
|
-
> **Note:** this requires [`git`](https://git-scm.com/downloads) to be installed
|
|
111
|
-
> and available on your `PATH`.
|
|
112
|
-
|
|
113
106
|
``` bash
|
|
114
107
|
# Export the README.md of a repository to SCORM 2004
|
|
115
108
|
liaex --git-url https://github.com/LiaScript/LiaScript -f scorm2004 -o course
|