Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:45 +08:00
commit 4b125e7fee
5 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "force-bun",
"description": "Suggests using Bun instead of npm/npx commands in Bash tool calls",
"version": "0.2.0",
"author": {
"name": "kawaz"
},
"hooks": [
"./hooks"
]
}