1.0.26 • Published 4 years ago

gitrt-auto-commit v1.0.26

Weekly downloads
4
License
GNU 3
Repository
github
Last release
4 years ago

gitrt-auto-commit

GitRT auto commit tool

Installation

npm install --save-dev gitrt-auto-commit or npm install --global gitrt-auto-commit.

Usage

On your CLI: auto-commit <repo-path>

Options:

  • --timeout, -t Timeout 1000
  • --commitMsg, -m Commit message "auto-commit"
  • --absolutePath, -a Use absolute path false
  • --silent, -s Silent false

Examples:

  • auto-commit ./my-repository --timeout 2000 --silent: Auto commit every 2 seconds in silent mode.
  • auto-commit C:/path/to/my-repository -t 250 -s -a -m "auto": Auto commit every 250 milliseconds on absolute path with commit message "auto".

License

GNU v3.0 © @adelriosantiago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.22

4 years ago

1.0.23

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago