1.0.5 • Published 3 years ago

git_on_change v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

git_on_change

Little script to trigger a command only if some files of certain extensions have changed

Usage

$> npx git_on_change --help

Usage: git_on_change [options] [command]

Options:
  -V, --version                  output the version number
  -e, --extensions <extensions>  comma separated list of extensions
  -h, --help                     display help for command

Commands:
  run <cmd>
  help [command]                 display help for command

    Examples:

    $> git_on_change --extensions "JS"   run "echo Some JS files were changed"
    $> git_on_change --extensions "-JS"  run "echo No JS files were changed"
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago