File tree 4 files changed +551
-21
lines changed
docs/architecture/decisions
4 files changed +551
-21
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "language" : " en" ,
3
+ "path" : " docs/architecture/decisions/" ,
4
+ "prefix" : " " ,
5
+ "digits" : 4
6
+ }
Original file line number Diff line number Diff line change
1
+ # Architecture Decision Records
2
+
Original file line number Diff line number Diff line change 12
12
13
13
},
14
14
"scripts" : {
15
+ "adr:create" : " echo \" What is the title?\" ; read title; adr new \" $title\" " ,
16
+ "adr:change-status" : " echo \" Decision number?:\" ; read decision; adr status $decision" ,
17
+ "adr:update-readme" : " adr update" ,
18
+ "adr:list" : " adr list" ,
15
19
"dev" : " concurrently -i -k \" yarn run dev-run -C\" yarn:dev:*" ,
16
20
"dev-build" : " concurrently yarn:compile:*" ,
17
21
"debug-build" : " concurrently yarn:compile:main yarn:compile:extension-types" ,
354
358
"@types/webpack-node-externals" : " ^2.5.3" ,
355
359
"@typescript-eslint/eslint-plugin" : " ^5.32.0" ,
356
360
"@typescript-eslint/parser" : " ^5.31.0" ,
361
+ "adr" : " ^1.4.1" ,
357
362
"ansi_up" : " ^5.1.0" ,
358
363
"chart.js" : " ^2.9.4" ,
359
364
"circular-dependency-plugin" : " ^5.2.2" ,
You can’t perform that action at this time.
0 commit comments