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.
@@ -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
  ![Downloads](https://img.shields.io/npm/dw/quicklify)
7
7
  ![License](https://img.shields.io/badge/license-MIT-blue)
8
8
 
9
- > Deploy Coolify to any cloud VPS in 60 seconds
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 60 seconds
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quicklify",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Automate Coolify deployment on cloud providers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",