create-shopify
v0.4.33
Published
Generators for Shopify Web
Downloads
193
Readme
Webgen
Webgen automates code generation and modification for web-based projects at Shopify.
Shipit • Shopify Build • #webgen • Road Map • FAQ
Usage
yarn create shopify [command] [root] [...options]
Arguments
command: 'app' | 'component' | 'feature' | 'help' | 'section | 'route' | 'version'
This required argument is the name of the command to execute: must be one of the official commands or custom local command. See the Commands section for more information on both the official commands and creating custom commands.
root: string
All commands commit file changes to the current working directory by default, but this optional root
argument can be used to specify an alternate path.
Example
yarn create shopify app path/to/new-app
Options
--dev
Runs any command with dev
to ignore dependency installation steps.
--debug
Runs any command with debug
to enable verbose logging.
Want to contribute?
Check out our Contributing Guide.