All Projects → maxhoffmann → captain-git-hook

maxhoffmann / captain-git-hook

Licence: MIT license
✅ define git hooks as scripts in your package.json

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to captain-git-hook

Jenkins Ue4
Automated Unreal Engine 4 Project Builds
Stars: ✭ 206 (+724%)
Mutual labels:  build-automation
kraken
Kraken CI is a continuous integration and testing system.
Stars: ✭ 87 (+248%)
Mutual labels:  build-automation
github-release
Github Action to create, update, or add files to Github Releases
Stars: ✭ 61 (+144%)
Mutual labels:  build-automation
Build Harness
🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more
Stars: ✭ 236 (+844%)
Mutual labels:  build-automation
gitlabci-ue4
No description or website provided.
Stars: ✭ 32 (+28%)
Mutual labels:  build-automation
commithelper
A tool to create and lint commit messages
Stars: ✭ 35 (+40%)
Mutual labels:  git-hooks
Zeus
An Electrifying Build System
Stars: ✭ 176 (+604%)
Mutual labels:  build-automation
cibuildwheel
🎡 Build Python wheels for all the platforms on CI with minimal configuration.
Stars: ✭ 1,350 (+5300%)
Mutual labels:  build-automation
AssetBundleCompiler
📦 Node.js wrapper around Unity3D's BuildPipeline to create AssetBundles from any files
Stars: ✭ 47 (+88%)
Mutual labels:  build-automation
precommit-hook
Automatically check your python code on every commit. 🔍 ✔️
Stars: ✭ 16 (-36%)
Mutual labels:  git-hooks
Conform
Policy enforcement for your pipelines.
Stars: ✭ 252 (+908%)
Mutual labels:  build-automation
Husky.Net
Git hooks made easy with Husky.Net internal task runner! 🐶 It brings the dev-dependency concept to the .NET world!
Stars: ✭ 394 (+1476%)
Mutual labels:  git-hooks
aseprite-macos-buildsh
Automated script to create latest release app (either beta, or release whichever is newer) of Aseprite for macOS
Stars: ✭ 143 (+472%)
Mutual labels:  build-automation
Ducible
A tool to make Windows builds reproducible.
Stars: ✭ 211 (+744%)
Mutual labels:  build-automation
prepare-commit-msg
Automatically prefix commit messages with the current branch issue number
Stars: ✭ 28 (+12%)
Mutual labels:  git-hooks
Earthly
Repeatable builds
Stars: ✭ 5,805 (+23120%)
Mutual labels:  build-automation
makeme
Embedthis MakeMe
Stars: ✭ 26 (+4%)
Mutual labels:  build-automation
millwright
The easiest build tool you'll ever use.
Stars: ✭ 27 (+8%)
Mutual labels:  build-automation
maestro
Faster CI/CD for multi-artifact projects
Stars: ✭ 13 (-48%)
Mutual labels:  build-automation
pre-commit-hooks-safety
A pre-commit hook to check your Python dependencies against safety-db
Stars: ✭ 69 (+176%)
Mutual labels:  git-hooks

captain-git-hook version build

define git hooks as scripts in your package.json (requires node >= 0.12)

Usage

package.json

{
  "scripts": {
    "pre-commit": "echo 'this prevents commiting' && exit 1"
  }
}

Add a script to your package.json for any git hook you want to listen to.

Currently supported hooks:

pre-commit
post-commit
post-merge
pre-push

Installation

npm i captain-git-hook

LICENSE

The MIT License (MIT) Maximilian Hoffmann

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].