An open API service indexing awesome lists of open source software.

https://github.com/zj-john/autocommit

auto commit for contributions
https://github.com/zj-john/autocommit

Last synced: 11 months ago
JSON representation

auto commit for contributions

Awesome Lists containing this project

README

          

# autoCommit
一个向GitHub定期自动提交commit的小脚本
A auto commit tool for git with node

fork后执行以下操作即可
>目前计划任务只针对windows环境,linux环境用户更改task.js的schtasks命令为crontab后即可运行。后续会加上。

```
# 立即更新一次git
npm run git

# 设置更新计划任务
npm run task
```