1 Star 13 Fork 4

轩小浅 / create-quick

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.ts 341 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env node
import { inquiry } from './inquiry'
import { createTemplate } from './utils'
async function init() {
let config = await inquiry(true)
createTemplate(config, ({ targetPath }) => {
console.log(`创建完成,新项目路径为${targetPath}`)
})
}
init().catch((err) => {
console.log(err)
process.exit()
})
NodeJS
1
https://gitee.com/xuanxiaoqian/create-quick.git
git@gitee.com:xuanxiaoqian/create-quick.git
xuanxiaoqian
create-quick
create-quick
master

搜索帮助