git commit push via github api:使用GitHub API进行Git提交和推送。 不依赖于Git二进制文件 源码
:memo: git-commit-push-via-github-api 使用GitHub API进行Git提交和推送。 不依赖于Git二进制文件。 安装 使用安装: npm install git-commit-push-via-github-api 用法 const fs = require ( "fs" ) ; const { gitCommitPush } = require ( "git-commit-push-via-github-api" ) ; process . on ( "unhandledRejection" , console . dir ) ; if ( !
用户评论