# 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
```