1 Star 2 Fork 1

NEWBRANLTD/create-tsdev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.js 348 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joel Chu 提交于 2022-03-19 09:40 +08:00 . complete the install option fix
#!/usr/bin/env node
// this is just the entry point where it gets call
const { main } = require('./dist/main.js')
const args = require('yargs/yargs')(process.argv.slice(2)).argv
main(args)
.then(() => {
console.log(`All setup, you can get to work`)
})
.catch(e => {
console.error(`Sorry couldn't complete the setup due to`, e)
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/NEWBRAN/create-tsdev.git
git@gitee.com:NEWBRAN/create-tsdev.git
NEWBRAN
create-tsdev
create-tsdev
master

搜索帮助