shopify theme init <NAME>
Clones a Git repository to your local machine to use as the starting point for building a theme
Arguments
Name | Description |
---|
NAME | The name that you want to give your theme. Cloned files are stored in a folder with this name |
Options
Name | Description |
---|
--clone-url, -u <URL> | The URL of the Git repository that you want to clone. If no URL is specified, then https://github.com/Shopify/dawn.git is used |
--latest | Clone the latest release from the repository, rather than the content of the repository's main branch |
--path <path> | The path to your theme directory |