@appmockup/cli
v0.2.2
Published
The appmockup command-line tool — generate App Store screenshot mockups from a JSON config.
Downloads
468
Maintainers
Readme
@appmockup/cli
The appmockup command-line tool — generate App Store / Play Store screenshot mockups
from raw screenshots and a JSON config. Part of
AppMockup.
npm i -g @appmockup/cliCommands
# Scaffold appmockup.json + screenshots/
appmockup init --name "My App"
# Validate a config (schema + a headline per language + screenshot files exist)
appmockup validate --config appmockup.json [--json]
# Render a single mockup (and optionally open it)
appmockup preview --config appmockup.json --screenshot 01 --language en [--size iPhone_6.7] [--open] [--json]
# Batch-render every size × language × screenshot into ./output
appmockup generate --config appmockup.json \
[--output-dir ./output] [--languages en,tr] [--screenshots 01,02] [--sizes iPhone_6.7] \
[--dry-run] [--json]--dry-run lists the paths that would be written without rendering. --json emits
machine-readable output. Output layout: output/<size>/<lang>/<prefix>_<lang>_<id>.png.
See docs/config-schema.md for the config format and docs/local-usage.md for a full walkthrough.
License
MIT © Yakup Bülbül
