1 Star 0 Fork 3

林楠 / triangular-arbitrage

forked from weyha / project_4016634 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
runner.js 260 Bytes
一键复制 编辑 原始数据 按行查看 历史
zlq4863947 提交于 2018-03-09 12:59 . 修正linux下BigNumber报错问题
const glob = require("glob");
const path = require( 'path' );
var args = process.argv.splice(2);
let name = 'start';
if(args.length != 0) {
name = args[0];
}
glob.sync(`dist/**/${name}.js`).forEach( function( file ) {
require(path.resolve(file));
});
TypeScript
1
https://gitee.com/lin100/triangular-arbitrage.git
git@gitee.com:lin100/triangular-arbitrage.git
lin100
triangular-arbitrage
triangular-arbitrage
master

搜索帮助