Giter Club home page Giter Club logo

dockerized-githooks's Introduction

dockerized-githooks

Some simple git hooks running in a dockerized environment

Setup

Simply copy any git hook you want to use in a hooks/ directory, change the hook as you need.

Add the following in your package.json

  "scripts": {
    "hooks": "chmod -R 755 hooks/ && git config core.hookspath hooks"
  }

This makes the whole hooks directory executable and changes the default git hooks directory to hooks instead of .git/hooks. After that run

yarn hooks

Hooks Summary

  • pre-commit : checks if there is any dependabot branch to prompt to run 'yarn upgrade --latest' before committing

  • commit-msg : adds a [skip-ci] tag at the end of your commit if pushing on a feature branch

  • post-merge : creates a conf.txt file containing the prefered webpack config for future runs (defaults to 'dev') then runs 'yarn install' and then 'yarn dev' (or 'yarn watch' based on conf.txt) if any change is detected in the corresponding file or directory

  • post-checkout : same as post-merge, runs 'yarn install' and then runs 'yarn dev' (or 'yarn watch' based on conf.txt) if any change is detected in the corresponding file or directory

dockerized-githooks's People

Contributors

mrdorak avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.