Empty file ISO Add date back for just .kanbn Removed HardcodedFileSearchAndSort Sync with 01-23 JsonToTsv System.Text.Json White-List Ready to move to Move Helper Remove Whitelist Force Start At Check for .git directory before ls Optional Allow root for unc path nuget bump PreVerify EnforceCodeStyleInBuild dotnet_analyzer_diagnostic HelperGit searchDelegate Host File AlertIfNewDeviceIsConnected AOT SetFrontMatterAndH1 Match Error Unknown with better logging Undo 04-05 WriteAppendToHostConfFile MonA IsKanbanIndex Dotnet Format Pre-commit NPM CreateWindowsShortcut Working directory Split description Copy tests Ready to test Delete after a couple of days GitConfigCleanUp knb Files
13 lines
439 B
JSON
13 lines
439 B
JSON
{
|
|
"scripts": {
|
|
"garbage-collect": "git gc",
|
|
"git:pre-commit": "cp .vscode/pre-commit .git/hooks/ && chmod +x .git/hooks/pre-commit && echo 'hook copied'",
|
|
"kanbn.board.json": "kanbn board -j > .kanbn/board.json",
|
|
"kanbn.board": "kanbn board",
|
|
"prettier.check": "prettier . --check",
|
|
"prettier.write": "prettier . --write"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "3.0.0"
|
|
}
|
|
} |