UNPKG

dingtalk-docs-cool-app

Version:

钉钉文档酷应用插件扩展 开发者初始化包

6 lines (5 loc) 147 B
#!/usr/bin/env ts-node ;(async () => { const oclif = await import('@oclif/core') await oclif.execute({development: true, dir: __dirname}) })()