@appfactory-cc/create-app-factory
v0.2.0
Published
Scaffold a new mobile app using the App Factory base shell template
Readme
@appfactory-cc/create-new-app
Scaffolds a new mobile app using the App Factory base shell template.
Usage
# Via npx (recommended — no install needed)
npx @appfactory-cc/create-new-app my-app
# Or from within the monorepo
node packages/create-app-factory/create-new-app my-appOptions
--template, -t <path> Use a custom template directory
--dry-run, -n Show what would be created without creating filesWhat it does
- Copies
apps/base-shelltemplate intoapps/<app-name> - Injects app-specific config (name, bundle ID, slug) into
app.json - Prints next steps: install deps, add Firebase credentials, build
Requirements
- Node.js >= 18
- Run from the monorepo root (
app-factory/) apps/base-shell/template must exist
App name rules
- Lowercase letters, numbers, and hyphens only
- Must start and end with an alphanumeric character
- Max 30 characters
