1 Star 0 Fork 0

iot20210603 / iothelper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.js 359 Bytes
一键复制 编辑 原始数据 按行查看 历史
sy296565890 提交于 2021-06-03 19:07 . 加入UI template
#!/usr/bin/env node
var config = {};
const log = console.log;
process.title = 'npm'
const uiServer = require('./lib/ui');
process.argv.slice(2).forEach(arg => {
switch (arg) {
case "-v":
case "-V":
log('1.0.0')
break;
case "ui":
log(`🚀 Starting GUI...`)
uiServer.run();
break;
default:
break;
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/iot20210603/iothelper.git
git@gitee.com:iot20210603/iothelper.git
iot20210603
iothelper
iothelper
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891