mirror of
https://github.com/Code-with-Beto/skills.git
synced 2026-09-14 20:17:15 +08:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"name": "cwb-local-build",
|
|
"version": "1.0.1",
|
|
"description": "Build release APK and simulator .app artifacts locally for Expo apps using gradlew and xcodebuild directly.",
|
|
"author": {
|
|
"name": "Beto",
|
|
"email": "beto@codewithbeto.dev",
|
|
"url": "https://codewithbeto.dev"
|
|
},
|
|
"homepage": "https://codewithbeto.dev",
|
|
"repository": "https://github.com/Code-with-Beto/skills",
|
|
"license": "MIT",
|
|
"keywords": ["expo", "react-native", "build", "apk", "xcodebuild", "gradle"],
|
|
"skills": "./skills/",
|
|
"interface": {
|
|
"displayName": "CWB Local Build",
|
|
"shortDescription": "Build APK and .app artifacts locally without EAS",
|
|
"longDescription": "Generate release .apk and simulator .app artifacts for your Expo project using gradlew and xcodebuild directly. Reads your app config to pull the app name, slug, scheme, and bundle identifier, writes ready-to-run build scripts, and copies each artifact into builds/ for predictable install paths. Great for e2e testing (Maestro, Detox) and sharing builds without a dev server.",
|
|
"developerName": "Code with Beto",
|
|
"category": "Developer Tools",
|
|
"capabilities": [
|
|
"Read",
|
|
"Write"
|
|
],
|
|
"websiteURL": "https://codewithbeto.dev",
|
|
"defaultPrompt": [
|
|
"Build a release APK for my Expo app locally",
|
|
"Create a simulator .app build for e2e testing"
|
|
]
|
|
}
|
|
}
|