@launchframe/cli 0.1.7 → 0.1.10
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 +9 -6
- package/cli.png +0 -0
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -4,6 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
LaunchFrame is a production-ready SaaS boilerplate that deploys to a single affordable VPS. Get subscriptions, credits, multi-tenancy, feature gating, and API management out of the box.
|
|
6
6
|
|
|
7
|
+
## Status
|
|
8
|
+
|
|
9
|
+
LaunchFrame is currently in **private beta**. This CLI exists but does not yet generate projects.
|
|
10
|
+
|
|
11
|
+
**[Join the waitlist at launchframe.dev](https://launchframe.dev)** to get early access, exclusive updates, and founding member perks.
|
|
12
|
+
|
|
13
|
+
Here's a sneak peek of the CLI experience:
|
|
14
|
+

|
|
15
|
+
|
|
7
16
|
## What You Get
|
|
8
17
|
|
|
9
18
|
- **Single VPS deployment**: Everything runs on one $7-20/mo server (Docker + Traefik)
|
|
@@ -44,12 +53,6 @@ Most SaaS boilerplates give you authentication and a database. LaunchFrame gives
|
|
|
44
53
|
|
|
45
54
|
All tested in production. All ready to customize.
|
|
46
55
|
|
|
47
|
-
## Status
|
|
48
|
-
|
|
49
|
-
This CLI is **preview-only** - it demonstrates the architecture but doesn't yet generate fully functional projects.
|
|
50
|
-
|
|
51
|
-
For production-ready access and full documentation, **[join the waitlist](https://launchframe.dev)**.
|
|
52
|
-
|
|
53
56
|
## License
|
|
54
57
|
|
|
55
58
|
MIT
|
package/cli.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@launchframe/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Production-ready B2B SaaS boilerplate with subscriptions, credits, and multi-tenancy",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -36,6 +36,9 @@
|
|
|
36
36
|
"engines": {
|
|
37
37
|
"node": ">=16.0.0"
|
|
38
38
|
},
|
|
39
|
+
"publishConfig": {
|
|
40
|
+
"access": "public"
|
|
41
|
+
},
|
|
39
42
|
"dependencies": {
|
|
40
43
|
"inquirer": "^8.2.5",
|
|
41
44
|
"chalk": "^4.1.2",
|