mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Initialize a cli-tool to maintain Architectural Decision Records and create initial ADR (#5712)
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi> Signed-off-by: Iku-turso <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
09f2919946
commit
730db204f7
6
.adr.json
Normal file
6
.adr.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"language": "en",
|
||||
"path": "docs/architecture/decisions/",
|
||||
"prefix": "",
|
||||
"digits": 4
|
||||
}
|
||||
2
docs/architecture/decisions/README.md
Normal file
2
docs/architecture/decisions/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Architecture Decision Records
|
||||
|
||||
@ -12,6 +12,10 @@
|
||||
"email": "info@k8slens.dev"
|
||||
},
|
||||
"scripts": {
|
||||
"adr:create": "echo \"What is the title?\"; read title; adr new \"$title\"",
|
||||
"adr:change-status": "echo \"Decision number?:\"; read decision; adr status $decision",
|
||||
"adr:update-readme": "adr update",
|
||||
"adr:list": "adr list",
|
||||
"dev": "concurrently -i -k \"yarn run dev-run -C\" yarn:dev:*",
|
||||
"dev-build": "concurrently yarn:compile:*",
|
||||
"debug-build": "concurrently yarn:compile:main yarn:compile:extension-types",
|
||||
@ -354,6 +358,7 @@
|
||||
"@types/webpack-node-externals": "^2.5.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.32.0",
|
||||
"@typescript-eslint/parser": "^5.31.0",
|
||||
"adr": "^1.4.1",
|
||||
"ansi_up": "^5.1.0",
|
||||
"chart.js": "^2.9.4",
|
||||
"circular-dependency-plugin": "^5.2.2",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user