1.0.0 • Published 7 years ago

@jujorie/dogh v1.0.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 years ago

DOGH - DevOps Git Hooks

Create and Manage Git Hooks using Node

Table of Contents

Installation

Globally

To install the command line interface Globally

$ npm install -G dogh

after a successfuly install you can run the dogh like

$ dogh

Locally

To install the command line interface on your node_modules folder

$ npm install -D dough

Usage

Usage: dogh [options] [command]

DevOps Git hooks handler for projects

Options:
  -V, --version  output the version number
  -h, --help     output usage information

Commands:
  install        Install the git hooks on the project
  uninstall      Uninstall hooks

Documentation

1.0.0

7 years ago