1 Star 0 Fork 0

羊望/Sarasa-Gothic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
checkenv.js 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
belleve 提交于 2018-01-05 17:47 . update deps; v0.4.0
"use strict";
const which = require("which");
const colors = require("colors/safe");
function check(util) {
try {
which.sync(util);
console.error(colors.green(`External dependency <${util}> is present.`));
} catch (e) {
console.error(colors.red(`External dependency <${util}> not found.`));
}
}
check("ttx");
check("otc2otf");
check("otf2otc");
check("otfccdump");
check("otfccbuild");
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tzjzcy/Sarasa-Gothic.git
[email protected]:tzjzcy/Sarasa-Gothic.git
tzjzcy
Sarasa-Gothic
Sarasa-Gothic
master

搜索帮助