File-Folder-Helper AOT s M (Kanban Extension)

This commit is contained in:
2025-06-20 18:07:20 -07:00
parent d17de46c1e
commit 245f604a86
147 changed files with 1995 additions and 897 deletions

View File

@ -18,6 +18,7 @@
"Ouellette",
"PDSF",
"Phares",
"Rivard",
"RSTP",
"Syncthing",
"Tencor"

57
.vscode/tasks.json vendored
View File

@ -1,23 +1,38 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Kanbn Console",
"type": "npm",
"script": "kanbn.board",
"problemMatcher": []
},
{
"label": "Kanbn Write Boad",
"type": "shell",
"command": "& kanbn board -j | L:/Git/kanbn2md/kanbn2md.exe >.kanbn/board.md",
"problemMatcher": []
},
{
"label": "Kanbn Write json",
"type": "npm",
"script": "kanbn.board.json",
"problemMatcher": []
}
]
"version": "2.0.0",
"tasks": [
{
"label": "File-Folder-Helper AOT s M (Kanban Extension)",
"type": "shell",
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe",
"args": [
"s",
"M",
"D:/5-Other-Small/Notes/EC-Documentation",
"-d",
"D:/5-Other-Small/Notes/EC-Documentation/.vscode/helper",
"-t",
"fcrespo82-markdown-table-formatter"
],
"problemMatcher": []
},
{
"label": "Kanbn Console",
"type": "npm",
"script": "kanbn.board",
"problemMatcher": []
},
{
"label": "Kanbn Write Boad",
"type": "shell",
"command": "& kanbn board -j | L:/Git/kanbn2md/kanbn2md.exe >.kanbn/board.md",
"problemMatcher": []
},
{
"label": "Kanbn Write json",
"type": "npm",
"script": "kanbn.board.json",
"problemMatcher": []
}
]
}