Skip to content

Commit fca1bba

Browse files
committed
chore: update README.md
1 parent 49d9b4c commit fca1bba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/generator-cli/src/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Initially the file has the following content:
120120
This configuration indicates the following:
121121

122122
- the json file shall be formatted using **2 spaces**
123+
- the jar files shall be downloaded to *./my/custom/storage/dir*
123124
- the generator-cli version 4.3.1 is used
124125

125126
Further it is also possible to configure generators, for example:
@@ -130,7 +131,8 @@ Further it is also possible to configure generators, for example:
130131
"spaces": 2,
131132
"generator-cli": {
132133
"version": "4.3.1",
133-
"generators": {
134+
"storageDir": "~/my/custom/storage/dir", // optional
135+
"generators": { // optional
134136
"v2.0": { // any name you like (just printed to the console log)
135137
"generatorName": "typescript-angular",
136138
"output": "#{cwd}/output/v2.0/#{ext}/#{name}",

0 commit comments

Comments
 (0)