Here are
96 public repositories
matching this topic...
🔥 call app from h5(H5唤起客户端 )
Updated
Apr 29, 2022
TypeScript
Easily manage git hooks in your composer config
A proxy to let webhooks reach running services behind a firewall – [✩Star] if you're using it!
Simple hook management tool made with PHP
A dot net core pre push checks hook
Updated
Jan 30, 2019
Shell
👻 ♬ Sadako will appear after merge :)
The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions
Updated
Jun 21, 2021
TypeScript
A bash script to deploy Craft CMS on production servers.
Updated
Jan 25, 2021
Shell
Extensible Hook Management System for GIT
Updated
Apr 10, 2022
Python
git hook utility for Go codebases
My knowledge of all things linux, servers, and bash with config files
Updated
Jan 7, 2022
Shell
Configuration for ZSH based on zinit. Focused on coloring outputs and interactive selections.
Updated
Apr 28, 2022
JavaScript
A Node.js githook script that transforms commits into smart commits, prefixed with the JIRA issue tag.
Updated
Feb 11, 2022
JavaScript
💥 A package for running artisan commands as git hooks in your laravel projects. Ships with phpunit, phpcs, and eslint 🎣
使用GitHook机制在提交代码时对代码进行一些初步的检查
Updated
Feb 13, 2019
Ruby
a simple git hook to add co-authors to commit message
Updated
Apr 16, 2020
Python
A webapp built on react and redux with authentication from firebase to assign tasks.
Updated
Jan 25, 2018
JavaScript
ExpressJS bases server. Includes internal architecture, basic services and functionality such as authentication service, database services, validation, admin dashboard functionality etc.
Updated
Jun 5, 2018
JavaScript
Captain Hook Plugin to check if commit author is valid (e.g. email in whitelist)
check PHP code syntax and standard error with git hook pre-commit
Updated
Apr 25, 2017
Shell
Modern Stack to build server-side Node.js packages.
Updated
May 28, 2018
JavaScript
Captain Hook Plugin to run InfectionPHP only against the changed files of a commit
An automatic pull commit of the server. After the deployment of the project commit, the automatic pull down.
Updated
Aug 9, 2017
JavaScript
Updated
May 15, 2017
JavaScript
⚔️ [WIP] Turn source control into an RPG
Updated
May 28, 2021
TypeScript
Plugin-based system to run specific actions and checks when git hooks are triggered.
Updated
Mar 19, 2017
Perl
💎 + 🐶 = Rusky, it helps you to manage Git hooks easily.
Updated
Apr 21, 2018
Ruby
never forget to commit new files again
Updated
Mar 30, 2019
Shell
a eslint project about how to use it in more than one way
Updated
Mar 19, 2019
JavaScript
Improve this page
Add a description, image, and links to the
githook
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
githook
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
We've a custom build script that's used to provide a shortcut path for folks that want to make it easy for their users to enable hooks in their local env, and this works by leveraging the internal init function.
That's well and good for the lib cases (added as a dev dep and compiled during a
cargo test
), but there's no reason to attempt to init when building the bin/cli target (e.g. `cargo in