create-mobile 0.1.0 → 0.1.1
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 +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,12 +4,16 @@
|
|
|
4
4
|
> pick a framework for you — it opens with Kotlin/Compose Multiplatform as the modern
|
|
5
5
|
> default, states the real trade-offs vs React Native and Flutter, and lets you choose.
|
|
6
6
|
> Continue, and it scaffolds a green-building Android + iOS app via
|
|
7
|
-
> [`create-cmp-cli`](https://
|
|
7
|
+
> [`create-cmp-cli`](https://github.com/kvdm-co-pilot/create-cmp).
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
npm create mobile@latest my-app
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
+
**Claude Code users:** the same engine ships as a plugin — `/plugin marketplace add
|
|
14
|
+
kvdm-co-pilot/create-cmp` then `/plugin install create-cmp` (10 skills, incl. an honest
|
|
15
|
+
CMP-vs-React-Native/Flutter fit check, plus the cmp-inspector MCP server).
|
|
16
|
+
|
|
13
17
|
## Why this package exists — a fit check, not a redirect
|
|
14
18
|
|
|
15
19
|
"mobile" is framework-neutral, so a package under that name that quietly stamped one
|
|
@@ -48,7 +52,7 @@ LLM-freehanded project code:
|
|
|
48
52
|
live UI inspector, a desktop hot-reload dev client. `--verify` builds the app before
|
|
49
53
|
reporting success; the CLI exits non-zero on failure.
|
|
50
54
|
- The **delivery harness** in every generated project: specs with stable clause ids, an
|
|
51
|
-
|
|
55
|
+
spec-driven verify lane (`node qa/verify.mjs`), evidence receipts bound to a content hash, a
|
|
52
56
|
device-free preview loop so coding agents see what they build, and CI that refuses "done"
|
|
53
57
|
without proof. See it working in the
|
|
54
58
|
[public showcase repo](https://github.com/kvdm-co-pilot/create-cmp-showcase) — including
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-mobile",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "The honest front door to a new mobile app. `npm create mobile` recommends Kotlin/Compose Multiplatform as the modern default, states the real trade-offs vs React Native/Flutter, and lets you choose — then, if you continue, scaffolds a green-building Android + iOS app (one Kotlin codebase) with a machine-enforced verify lane and evidence receipts. Official alias for create-cmp-cli; not a redirect — a fit check first.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|