mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
25 lines
563 B
Markdown
25 lines
563 B
Markdown
|
|
HowTo
|
|
-----
|
|
|
|
* to add a new app from the template, run:
|
|
|
|
```
|
|
$ ./copy.sh <name>
|
|
```
|
|
|
|
* if you want any of **Swank** / **ECL contrib files** / **QML auto reload** /
|
|
a **trivial REPL** on mobile, just copy the `swank-server` example as your
|
|
template
|
|
|
|
* for **QML single file auto reload** you want `advanced-qml-auto-reload`,
|
|
which is derived from example `swank-server`
|
|
|
|
|
|
|
|
Note
|
|
----
|
|
|
|
Example [wear-os-gps](wear-os-gps/) is optimized for WearOS, but can also be
|
|
used on any phone. It demonstrates how to use the GPS sensor (including
|
|
permissions) on mobile.
|