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!
- Host: GitHub
- URL: https://github.com/scrwdrv/auto-committer
- Owner: scrwdrv
- License: mit
- Created: 2020-01-09T14:32:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T22:21:43.000Z (almost 4 years ago)
- Last Synced: 2025-07-12T09:27:51.376Z (7 months ago)
- Topics: bot, cli, commit, git, github, push, repository, tool
- Language: JavaScript
- Size: 215 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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