dsh-dev
开发工具 活跃维护

dsh-dev

dsh-io/dsh-dev

提供插件全生命周期开发能力,覆盖脚手架搭建、本地开发调试、合规检查与发布全流程,内置热重载功能,修改代码后无需重启即可实时预览效果,简化插件开发操作链路。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
46 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:dsh-io/dsh-dev
git clone https://github.com/dsh-io/dsh-dev.git
git clone git@github.com:dsh-io/dsh-dev.git
README.md main

dsh-dev

Toolchain CLI for DeepSeek Harness (dsh) plugin authors.

Install

npx @dsh-io/dsh-dev --help

Commands

Command Purpose
dsh-dev scaffold <name> Generate a new plugin project (tool template)
dsh-dev dev Run the project under dsh web with file watching
dsh-dev check Validate manifest, YAML and TypeScript build; --smoke boots dsh with the plugin mounted
dsh-dev publish Run the publish checklist and preview npm publish --dry-run

License

MIT