wipaytemplate
v1.0.3
Published
A generator for wipay ecommerce templates using headless Shopify
Downloads
2
Maintainers
Readme
wipaytemplate
A generator for wipay ecommerce templates that checkout with wipay
Usage
$ npm install -g wipaytemplate
$ wipaytemplate COMMAND
running command...
$ wipaytemplate (-v|--version|version)
wipaytemplate/1.0.2 darwin-x64 node-v12.18.1
$ wipaytemplate --help [COMMAND]
USAGE
$ wipaytemplate COMMAND
...
Commands
wipaytemplate hello
Describe the command here
USAGE
$ wipaytemplate hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/hello.js
wipaytemplate help [COMMAND]
display help for wipaytemplate
USAGE
$ wipaytemplate help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
wipaytemplate init
Scaffolds a wipay ecommerce template with checkout
USAGE
$ wipaytemplate init
OPTIONS
-a, --apiKey=apiKey admin api key for private app
-p, --password=password admin password for api key
-s, --storefrontAccessToken=storefrontAccessToken Your shopify storefront access token
-s, --shopName=shopName Name of your shopify store
-t, --template=template Ecommerce template to install
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/init.js