glass-connect 0.1.0

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.
Files changed (3) hide show
  1. package/README.md +13 -0
  2. package/dist/cli.js +21448 -0
  3. package/package.json +23 -0
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # Glass Connect
2
+
3
+ Glass Connect publishes the computer and current folder to your Glass organization.
4
+
5
+ From the folder you want to use with Glass, run:
6
+
7
+ ```sh
8
+ npx glass-connect@latest
9
+ ```
10
+
11
+ Enter the one-time code in **Glass → Settings → Environments**. Keep the command running while you want that computer available. The published computer is discoverable from every Glass device signed in to the same organization.
12
+
13
+ Glass Connect requires Node.js 24.13.1 or newer.