ruimte 0.0.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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +14 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # ruimte
2
+
3
+ This package will run Ruimte on a machine without the desktop app: start the machine, pair it, and put it on your account with `npx ruimte login`.
4
+
5
+ Nothing works yet. Ruimte itself lives at https://github.com/basmilius/ruimte.
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "ruimte",
3
+ "version": "0.0.0",
4
+ "description": "Ruimte for a machine without the app: run the machine, pair it and put it on your account. Not usable yet.",
5
+ "license": "FSL-1.1-MIT",
6
+ "homepage": "https://github.com/basmilius/ruimte",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/basmilius/ruimte.git"
10
+ },
11
+ "files": [
12
+ "README.md"
13
+ ]
14
+ }