scotttomaszewski_obsidian-t.../devbox.json
2026-03-28 15:49:49 -04:00

17 lines
333 B
JSON

{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
"packages": [
"github-cli@latest",
"jq@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"release": [
"just release $@"
]
}
}
}