1 Star 0 Fork 0

黄天乐/Sarasa-Gothic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.js 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
be5invis 提交于 2017-09-26 17:33 . Initial commit with content
"use strict";
const argv = require("yargs").argv;
const path = require("path");
const { Workflow } = require("megaminx");
function toSet(a) {
let o = {};
for (let k of a) {
o[k] = true;
}
return o;
}
const main = async function() {
const recipePath = path.resolve(argv.recipe);
const recipe = require(recipePath);
const config = {};
const flow = new Workflow(config);
await flow.run(recipe, config, argv);
};
main().catch(console.error);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/freedomhwang/Sarasa-Gothic.git
[email protected]:freedomhwang/Sarasa-Gothic.git
freedomhwang
Sarasa-Gothic
Sarasa-Gothic
master

搜索帮助