chore: 添加 commander 模块及相关命令行工具功能

This commit is contained in:
2026-03-07 01:41:47 +08:00
parent a9cf1505ff
commit 7345940f18
4 changed files with 129 additions and 1 deletions

View File

@@ -14,3 +14,5 @@ await buildWithBun({ naming: 'router-simple', entry: 'src/router-simple.ts', dts
await buildWithBun({ naming: 'opencode', entry: 'src/opencode.ts', dts: true, external });
await buildWithBun({ naming: 'ws', entry: 'src/ws.ts', dts: true, external });
await buildWithBun({ naming: 'commander', entry: 'src/commander.ts', dts: true, external });