File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ Initially the file has the following content:
120120This 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
125126Further 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}" ,
You can’t perform that action at this time.
0 commit comments