@@ -52,7 +52,7 @@ DESCRIPTION
5252 Theme Component Plugin by Archetype Themes
5353```
5454
55- _ See code: [ src/commands/theme/component/index.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3 /src/commands/theme/component/index.ts ) _
55+ _ See code: [ src/commands/theme/component/index.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5 /src/commands/theme/component/index.ts ) _
5656
5757## ` shopify theme component clean [THEMEDIR] `
5858
@@ -75,7 +75,7 @@ EXAMPLES
7575 $ shopify theme component clean theme-directory
7676```
7777
78- _ See code: [ src/commands/theme/component/clean.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3 /src/commands/theme/component/clean.ts ) _
78+ _ See code: [ src/commands/theme/component/clean.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5 /src/commands/theme/component/clean.ts ) _
7979
8080## ` shopify theme component copy THEMEDIR `
8181
@@ -99,7 +99,7 @@ EXAMPLES
9999 $ shopify theme component copy theme-directory
100100```
101101
102- _ See code: [ src/commands/theme/component/copy.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3 /src/commands/theme/component/copy.ts ) _
102+ _ See code: [ src/commands/theme/component/copy.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5 /src/commands/theme/component/copy.ts ) _
103103
104104## ` shopify theme component dev [COMPONENTSELECTOR] `
105105
@@ -118,7 +118,7 @@ FLAGS
118118 -i, --generate-import-map generate import map
119119 -m, --generate-template-map generate template map
120120 -n, --collection-name=<value> name of the component collection
121- -s, --setup-files copy setup files to theme directory
121+ -s, --[no-] setup-files copy setup files to theme directory
122122 -t, --theme-dir=<value> [default: https://github.com/archetype-themes/explorer] directory that contains
123123 theme files for development
124124 -v, --collection-version=<value> version of the component collection
@@ -145,7 +145,7 @@ EXAMPLES
145145 $ shopify theme component dev header,footer,navigation
146146```
147147
148- _ See code: [ src/commands/theme/component/dev.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3 /src/commands/theme/component/dev.ts ) _
148+ _ See code: [ src/commands/theme/component/dev.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5 /src/commands/theme/component/dev.ts ) _
149149
150150## ` shopify theme component install THEMEDIR [COMPONENTSELECTOR] `
151151
@@ -174,7 +174,7 @@ EXAMPLES
174174 $ shopify theme component install theme-directory header,footer,navigation
175175```
176176
177- _ See code: [ src/commands/theme/component/install.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3 /src/commands/theme/component/install.ts ) _
177+ _ See code: [ src/commands/theme/component/install.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5 /src/commands/theme/component/install.ts ) _
178178
179179## ` shopify theme component map THEMEDIR [COMPONENTSELECTOR] `
180180
@@ -205,7 +205,7 @@ EXAMPLES
205205 $ shopify theme component map theme-directory header,footer,navigation
206206```
207207
208- _ See code: [ src/commands/theme/component/map.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3 /src/commands/theme/component/map.ts ) _
208+ _ See code: [ src/commands/theme/component/map.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5 /src/commands/theme/component/map.ts ) _
209209
210210## ` shopify theme generate import-map [THEMEDIR] `
211211
@@ -225,7 +225,7 @@ DESCRIPTION
225225 Generate an import map for JavaScript files in the assets directory
226226```
227227
228- _ See code: [ src/commands/theme/generate/import-map.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3 /src/commands/theme/generate/import-map.ts ) _
228+ _ See code: [ src/commands/theme/generate/import-map.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5 /src/commands/theme/generate/import-map.ts ) _
229229
230230## ` shopify theme generate template-map [THEMEDIR] `
231231
@@ -245,7 +245,7 @@ DESCRIPTION
245245 Generate a template map for component routes in the templates directory
246246```
247247
248- _ See code: [ src/commands/theme/generate/template-map.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3 /src/commands/theme/generate/template-map.ts ) _
248+ _ See code: [ src/commands/theme/generate/template-map.ts] ( https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5 /src/commands/theme/generate/template-map.ts ) _
249249<!-- commandsstop -->
250250
251251## Contributing
0 commit comments