mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
feat(mise/tools): add vibe-kanban
This commit is contained in:
12
bin/vk
Executable file
12
bin/vk
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export BACKEND_PORT=34802
|
||||
|
||||
if command -v vibe-kanban >/dev/null 2>&1; then
|
||||
exec vibe-kanban "$@"
|
||||
elif command -v npx >/dev/null 2>&1; then
|
||||
exec npx vibe-kanban "$@"
|
||||
else
|
||||
echo "Neither vibe-kanban nor npx is installed"
|
||||
exit 1
|
||||
fi
|
||||
@@ -70,6 +70,7 @@ ruby_install = true
|
||||
"npm:typescript" = "latest"
|
||||
"npm:typescript-formatter" = "latest"
|
||||
"npm:typescript-language-server" = "latest"
|
||||
"npm:vibe-kanban" = "latest"
|
||||
"npm:vscode-css-languageserver-bin" = "latest"
|
||||
"npm:vscode-json-languageserver" = "latest"
|
||||
"npm:yaml-language-server" = "latest"
|
||||
|
||||
Reference in New Issue
Block a user