1 Star 0 Fork 0

田园书生/ccxt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
push-wiki.sh 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
Igor Kroitor 提交于 2019-02-09 02:39 . push wiki requirements
#!/bin/sh
cd ccxt.wiki
cp ../wiki/FAQ.md .
cp ../wiki/Certification.md .
cp ../wiki/Manual.md .
cp ../wiki/README.md ./Home.md
cp ../wiki/Exchange-Markets.md .
cp ../wiki/Exchange-Markets-By-Country.md .
cp ../wiki/Install.md .
cp ../wiki/Requirements.md .
git config --global user.email "travis@travis-ci.org"
git config --global user.name "Travis CI"
git commit -a -m ${COMMIT_MESSAGE}
git remote remove origin
git remote add origin https://${GITHUB_TOKEN}@github.com/ccxt/ccxt.wiki.git
git push origin HEAD:master
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tyss521/ccxt.git
git@gitee.com:tyss521/ccxt.git
tyss521
ccxt
ccxt
master

搜索帮助