Export app to GitHub
export_appInitialize a Git repository for your app, commit, create a GitHub repo, and push. Secrets are automatically gitignored.
Instructions
Turn an app into the user's own GitHub repository (git init + commit + gh repo create + push). Secrets (.env, keys, databases) are gitignored automatically. Requires the gh CLI, logged in. Ask the user before making a repo public.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | ||
| repo | No | Repository name (defaults to the app name) | |
| visibility | No | Defaults to private |