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
-`node ./tools/generate.js` - Runs the generate-template-files library
235
-
-`angular-ngrx-store`is the template name; It uses the same option name in the [IConfigItem](#iconfigitem) but converts all options names to kebab-case. For example `option: 'Angular Ngrx Store'` will be converted to `angular-ngrx-store` when using the command line
236
-
-`__name__=some-name`and `__model__=some-other-name` are[Replacer Slots](#replacer-slots-or-ireplacerslotquestion) and will be converted to `{ slot: "__name__", slotValue: "some-name" }`
244
+
-`node ./tools/generate.js` - Runs the `generate-template-files` library
245
+
-`angular-ngrx-store`- The template name; It uses the same option name in the [IConfigItem](#iconfigitem) but converts all options names to kebab-case. For example `option: 'Angular Ngrx Store'` will be converted to `angular-ngrx-store` when using the command line
246
+
-`__name__=some-name`- Are[Replacer Slots](#replacer-slots-or-ireplacerslotquestion) and will be converted to `{ slot: "__name__", slotValue: "some-name" }`
237
247
-`--outputpath=./src/here` - Will override the `output.path` in the [IConfigItem](#iconfigitem)
238
248
-`--overwrite` - Will overwrite files if the files already exists
0 commit comments