dsh-toml
TOML ↔ JSON 转换
AI 分析
用于在 TOML 和 JSON 配置文件格式之间进行双向转换。适合需要调整项目配置、转换数据格式的开发与运维人员。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uckkk/dsh-toml说明文档
阅读完整 README ↗dsh-toml · TOML ↔ JSON 转换
纯 Node 实现,无网络、无外部服务。
安装
dsh plugin add dsh-toml
安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-toml"。