store-screens
help generating play/app store screenshots for various target device
Usage
$ npm install -g store-screens
$ store-screens COMMAND
running command...
$ store-screens (-v|--version|version)
store-screens/1.0.0 darwin-x64 node-v12.16.1
$ store-screens --help [COMMAND]
USAGE
$ store-screens COMMAND
...
Commands
store-screens hello [FILE]
describe the command here
USAGE
$ store-screens hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ store-screens hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
store-screens help [COMMAND]
display help for store-screens
USAGE
$ store-screens help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help