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

https://github.com/scrwdrv/auto-committer

Tired of writing message for commits and pushing to repository by yourself? Deploy this life changing tool now!
https://github.com/scrwdrv/auto-committer

bot cli commit git github push repository tool

Last synced: 6 months ago
JSON representation

Tired of writing message for commits and pushing to repository by yourself? Deploy this life changing tool now!

Awesome Lists containing this project

README

          

# auto-committer
Tired of writing message for commits and pushing to repository by yourself? Deploy this life changing tool now!

## Preview
![cluster-ipc-logger](https://github.com/scrwdrv/auto-committer/blob/master/preview.jpg?raw=true)

## Installation
```sh
npm i -g auto-committer
```

## Usage
```sh
cd ./your/git/repo
auto-committer
```

### Watch Mode
```sh
auto-committer --watch
# or -w
# default check interval: 60 seconds
```
```sh
auto-committer --watch 300
# check every 300 seconds
```