@thebespokepixel/guppy-hook-generator

Generator for guppy git-hooks, for use with @thebespokepixel/guppy-cli.

Usage no npm install needed!

<script type="module">
  import thebespokepixelGuppyHookGenerator from 'https://cdn.skypack.dev/@thebespokepixel/guppy-hook-generator';
</script>

README

Git Hook Generator for guppy

Project status XO code style Chat on Gitter
Build Status Dependency Status devDependency Status

Synopsis: Generates a complete set of guppy npm modules for @thebespokepixel/guppy-cli.

The motivation for building this was automatating workflows using git-flow features in Tower 2.

Usage:
  generate-flow-hooks [options] --github 'GitHub User' [PATH]

Options:
  --github, -g   The GitHub user account to use (for issues etc.).
  --scope, -s    The npm scope to publish to. Defaults to value from 'npm config get scope'.
  --base, -b     Set base verison of output hook packages. Otherwise uses semver 'patch' if updating, or my version (0.3.0) if starting a fresh output.
  --dryrun, -d   Do dry run. Only commit local changes, dont publish.
  --publish, -p  Dont update modules, Just publish them. Useful after a --dryrun.
  --version, -v  Show version number
  --help, -h     Display this help