Initial commit
This commit is contained in:
15
.claude-plugin/plugin.json
Normal file
15
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "webhook-notifier",
|
||||
"description": "现代化通知系统 - TypeScript 5.3+ 开发,支持 Webhook(飞书/Slack/Discord) + macOS 原生通知,预构建分发无需编译,提供强大 CLI 工具集",
|
||||
"version": "2.0.0",
|
||||
"author": {
|
||||
"name": "Zephyr",
|
||||
"email": "zephyrTang@aliyun.com"
|
||||
},
|
||||
"commands": [
|
||||
"./commands"
|
||||
],
|
||||
"hooks": [
|
||||
"./hooks"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user