feat(companion): export platform shell templates for app starters
This commit is contained in:
@@ -21,6 +21,23 @@ Generated files:
|
||||
- `README.md`
|
||||
- `CHECKSUMS.sha256`
|
||||
|
||||
## Generate Platform Starter Shell Template
|
||||
|
||||
For native app bootstrapping (without launcher/checksum artifacts), export a platform template:
|
||||
|
||||
```bash
|
||||
flynn companion \
|
||||
--platform ios \
|
||||
--node-id companion-ios \
|
||||
--export-shell-template ./dist/companion-ios-template
|
||||
```
|
||||
|
||||
Generated files:
|
||||
|
||||
- `companion.bootstrap.json`
|
||||
- platform starter file (`CompanionBootstrap.swift`, `CompanionBootstrap.kt`, or `MenuBarCompanion.swift`)
|
||||
- `README.md`
|
||||
|
||||
## Verify Bundle Integrity
|
||||
|
||||
On the target host (before launch), verify checksums:
|
||||
|
||||
Reference in New Issue
Block a user