0.2.0 • Published 6 years ago

committing v0.2.0

Weekly downloads
3
License
Apache
Repository
github
Last release
6 years ago

committing

Greenkeeper badge License npm version Prettier Node Dependency

每天定时 commit,保持 commit 连击不间断...

默认间隔1小时,每天commit24次.

本仓库已经部署到Google Cloud

接下来的很长一段时间,这个仓库会一直保持24小时的commit.

sceenshot

使用

通过命令行工具启动

npm install committing -g
committing ./
# print the help information
committing --help

process 17610 start.

   committing 0.1.0 - commit every days
     
   USAGE

     committing <repo>

   ARGUMENTS

     <repo>      Github Repo path      required      default: "./"

   OPTIONS

     --rule <rule>      Cron rule string      optional      default: "0 0 */1 * * *"

   GLOBAL OPTIONS

     -h, --help         Display help                                      
     -V, --version      Display version                                   
     --no-color         Disable colors                                    
     --quiet            Quiet mode - only displays warn and error messages
     -v, --verbose      Verbose mode - will also output debug messages    

process 17610 exit.

引用包

const committing = require('committing');

// commit every hours
committing(__dirname, '0 * */1 * * *');

Contributors

Axetroy💻 🐛 🎨

License

FOSSA Status