2 Star 14 Fork 0

当时只道是寻常/zk-v3-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.js 266 Bytes
一键复制 编辑 原始数据 按行查看 历史
woeugone 提交于 2023-04-22 19:20 . first commit
#! /usr/bin/env node
const program = require('commander')
const coreCommand = require('./lib/core')
program.option('-d --dest <dest>', 'whitch dest do you want to create')
program.version(require('./package.json').version)
coreCommand()
program.parse(process.argv)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dangshizhidaoshixunchang/zk-v3-cli.git
git@gitee.com:dangshizhidaoshixunchang/zk-v3-cli.git
dangshizhidaoshixunchang
zk-v3-cli
zk-v3-cli
master

搜索帮助