quicklify 0.1.1 → 0.1.2
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/.claude/settings.local.json +2 -1
- package/README.md +2 -2
- package/package.json +1 -1
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"Bash(git rm:*)",
|
|
20
20
|
"Bash(git commit -m \"$\\(cat <<''EOF''\nInitial commit: Quicklify v0.1.0\n\n- CLI tool for automated Coolify deployment\n- Hetzner Cloud provider support\n- 79 tests with 100% coverage\n- Multi-platform CI/CD \\(Ubuntu, macOS, Windows\\)\n- TypeScript + Commander.js + Inquirer.js\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\nEOF\n\\)\")",
|
|
21
21
|
"Bash(git push:*)",
|
|
22
|
-
"Bash(git remote set-url:*)"
|
|
22
|
+
"Bash(git remote set-url:*)",
|
|
23
|
+
"Bash(git commit:*)"
|
|
23
24
|
]
|
|
24
25
|
}
|
|
25
26
|
}
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|

|
|
7
7
|

|
|
8
8
|
|
|
9
|
-
> Deploy Coolify to any cloud VPS in
|
|
9
|
+
> Deploy Coolify to any cloud VPS in 4 minutes
|
|
10
10
|
|
|
11
11
|
## 🚀 What is Quicklify?
|
|
12
12
|
|
|
@@ -32,7 +32,7 @@ npx quicklify init
|
|
|
32
32
|
|
|
33
33
|
## ✨ Features
|
|
34
34
|
|
|
35
|
-
- 🎯 **One Command Deploy** - VPS + Coolify in
|
|
35
|
+
- 🎯 **One Command Deploy** - VPS + Coolify in 4 minutes
|
|
36
36
|
- 💰 **Cost Savings** - $50-200/mo (Vercel/Netlify) → €3.85/mo
|
|
37
37
|
- 🔒 **Secure by Default** - Automated security setup
|
|
38
38
|
- 🌍 **Multi-Cloud** - Hetzner, DigitalOcean support
|