@homespunapps/cli 1.6.9 → 1.6.11
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 +5 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# @homespunapps/cli
|
|
2
2
|
|
|
3
|
-
Command-line client for the
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
Build your own software. Command-line client for the
|
|
4
|
+
[Homespun](https://homespun.dev) relay: deploy a real multi-user web app from any
|
|
5
|
+
agent (cron job, chat bot, CI, headless server) with its own link, magic-link
|
|
6
|
+
sign-in, a shared database and per-role permissions, then keep reading and
|
|
7
|
+
writing its data so the agent can keep operating and improving it.
|
|
6
8
|
|
|
7
9
|
## Install
|
|
8
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homespunapps/cli",
|
|
3
|
-
"version": "1.6.
|
|
4
|
-
"description": "Command-line client for the Homespun relay:
|
|
3
|
+
"version": "1.6.11",
|
|
4
|
+
"description": "Command-line client for the Homespun relay: deploy a real multi-user web app from your agent, then keep reading and writing its data.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": [
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"test:unit": "vitest run"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@homespunapps/core": "^1.6.
|
|
39
|
+
"@homespunapps/core": "^1.6.11",
|
|
40
40
|
"qrcode-terminal": "^0.12.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|