Full App Setup
Full end-to-end app bootstrapping. Creates a new KAppMaker app from the template and optionally sets up everything needed to publish.
Clone Template
Clone the KAppMaker template (or any custom template) into a new project directory. This is step 1 of kappmaker create exposed as a standalone command — useful when you only want to scaffold a project and apply your own changes (e.g. clone + refactor without touching Firebase, ASC, or stores).
Git Setup Upstream
Renames the origin remote to upstream so the template repo is preserved as the upstream remote — the user is then free to add their own origin later. This is step 10 of kappmaker create exposed as a standalone command, designed for the "fork from template" workflow.
Firebase Setup
Five standalone subcommands matching steps 2–6 of kappmaker create. Run them individually for partial flows (e.g. set up Firebase for an existing project, or refresh google-services.json in CI), or chain them together to replicate what create does.
Package & App Name Refactoring
Refactor package names, application ID, bundle ID, and app name across the entire project. Implemented in TypeScript — no Gradle build system required.
Version Bumping
Bump Android and iOS version codes and optionally set a new version name.