sheshamobile-create
v0.0.4
Published
Create Shesha Mobile Designer app from a bundled template
Readme
sheshamobile-create
Scaffold a new Shesha Mobile Designer app from a bundled template.
Usage
Direct (npx / yarn dlx):
npx sheshamobile-create@<version> --out "/path/to/app" --name "My App" --namespace com.myco.myapp
# or
yarn dlx sheshamobile-create@<version> --out "/path/to/app" --name "My App" --namespace com.myco.myappThe CLI will:
- Copy the template into the target folder
- Apply iOS bundle id and Android namespace
- Rename the main component and app display name
- Optionally write a .env and .npmrc with credentials you provide
