Compare commits
1 Commits
editorconf
...
excel-kanb
Author | SHA1 | Date | |
---|---|---|---|
3835a27135 |
19
DevOps/excel-kanban.md
Normal file
19
DevOps/excel-kanban.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
type: "note"
|
||||||
|
created: "2023-11-11T21:54:50.097Z"
|
||||||
|
updated: "2023-11-11T21:54:55.399Z"
|
||||||
|
---
|
||||||
|
|
||||||
|
# Excel-Kanban
|
||||||
|
|
||||||
|
* Map network path \\\\mesTSA003.Infineon.com\\Kanban to K:
|
||||||
|
* Install VSCode Insiders
|
||||||
|
* Install Extension GordonLarrigan.VSCode-Kanbn
|
||||||
|
* Click File => Open folder => K:\FI-Backlog-Mesa-Request-List\749-FI-Backlog-Mesa-Request-List
|
||||||
|
* .kanbn/.json file will be update if Excel is different (ignoring whitespace).
|
||||||
|
* Click Initialize Kanbn button at the bottom of VSCode Insiders
|
||||||
|
* Title can be copied form .json file or updated manually in .kanbn/index.md file at H1 (#)
|
||||||
|
|
||||||
|
## References
|
||||||
|
|
||||||
|
* https://www.npmjs.com/package/@basementuniverse/kanbn
|
@ -1,63 +0,0 @@
|
|||||||
---
|
|
||||||
type: "note"
|
|
||||||
created: "2024-04-16T19:09:30.884Z"
|
|
||||||
updated: "2024-04-17T09:09:36.234Z"
|
|
||||||
---
|
|
||||||
|
|
||||||
# editorconfig
|
|
||||||
|
|
||||||
- [editorconfig](https://editorconfig.org/)
|
|
||||||
- [editorconfig-how-to-autofix-all-files-in-a-project](https://stackoverflow.com/questions/39343031/editorconfig-how-to-autofix-all-files-in-a-project)
|
|
||||||
- [eclint-npmjs](https://www.npmjs.com/package/eclint)
|
|
||||||
- [eclint-github](https://github.com/jednano/eclint)
|
|
||||||
|
|
||||||
## eclint
|
|
||||||
|
|
||||||
```bash
|
|
||||||
l:
|
|
||||||
cd "L:\DevOps\Mesa_FI\OpenInsight"
|
|
||||||
echo node_modules >> .gitignore
|
|
||||||
echo [*] > .editorconfig
|
|
||||||
echo charset = utf-8 >> .editorconfig
|
|
||||||
echo end_of_line = crlf >> .editorconfig
|
|
||||||
echo indent_size = 4 >> .editorconfig
|
|
||||||
echo indent_style = space >> .editorconfig
|
|
||||||
echo insert_final_newline = true >> .editorconfig
|
|
||||||
echo tab_width = 4 >> .editorconfig
|
|
||||||
npm i -D prettier
|
|
||||||
npx prettier LSL2/STPROC/AC*.txt --check
|
|
||||||
# npx prettier fix **/*.txt --check
|
|
||||||
cls
|
|
||||||
npm i -D eclint
|
|
||||||
npx eclint fix LSL2/STPROC/AC*.txt
|
|
||||||
# npx eclint fix **/*.txt
|
|
||||||
REM
|
|
||||||
```
|
|
||||||
|
|
||||||
## dotnet
|
|
||||||
|
|
||||||
```bash
|
|
||||||
l:
|
|
||||||
cd "L:\DevOps\Mesa_FI\OI-Metrology\Server"
|
|
||||||
dotnet build
|
|
||||||
echo [*] > .editorconfig
|
|
||||||
echo end_of_line = crlf >> .editorconfig
|
|
||||||
echo indent_size = 4 >> .editorconfig
|
|
||||||
echo indent_style = space >> .editorconfig
|
|
||||||
echo insert_final_newline = false >> .editorconfig
|
|
||||||
echo tab_width = 4 >> .editorconfig
|
|
||||||
dotnet format whitespace
|
|
||||||
REM
|
|
||||||
```
|
|
||||||
|
|
||||||
- [dotnet-format](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-format)
|
|
||||||
|
|
||||||
```bash
|
|
||||||
l:
|
|
||||||
cd "L:\DevOps\Mesa_FI\OI-Metrology\Server"
|
|
||||||
dotnet build
|
|
||||||
del .editorconfig
|
|
||||||
notepad ../.editorconfig
|
|
||||||
dotnet format format --report .vscode --verbosity detailed --severity warn
|
|
||||||
REM
|
|
||||||
```
|
|
Reference in New Issue
Block a user