You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__replacerSlot__(titleCase) // Lives Down By The River
226
226
227
-
// Note: you can set a 'defaultCase' converter in IConfigItem so all
227
+
// Note: you can set a 'defaultCase' converter in IConfigItem so all
228
228
// Replacer Slots without a Case Converter will be transformed the same way.
229
229
__replacerSlot__ // LivesDownByTheRiver
230
230
```
@@ -234,6 +234,52 @@ One Rule: no spaces between the [Replacer Slots](#replacer-slots-or-ireplacerslo
234
234
-:white_check_mark:`__name__(camelCase)`
235
235
-:warning:`__name__ (camelCase)`
236
236
237
+
## Batch Usage
238
+
239
+
You can use `generate-template-files` to generate your template files programmatically, without any interactive prompts. This mode does not support `stringReplacers`.
240
+
241
+
The following example will generate the component, unit tests, and the SCSS module in one do.
0 commit comments