create-snative-app
v0.1.6
Published
Official create command for pnpm create snative-app.
Downloads
43
Maintainers
Readme
create-snative-app
Official entry package for pnpm create snative-app.
Usage
pnpm create snative-app my-appInternally this command delegates to:
snative-app init my-appSupported Options
--force--yes--name=<project-name>--name <project-name>--platforms=web,ios,android,macos,windows,linux--platforms web,ios,android,macos,windows,linux
Examples
pnpm create snative-app my-app --yes --platforms=web,ios,android
pnpm create snative-app my-app --yes --name "Acme Portal" --platforms web,macosNotes
create-snative-app stays intentionally thin. All scaffolding logic, templates, and runtime behavior are implemented in snative-app.
