All Projects β†’ typicode β†’ Husky

typicode / Husky

Licence: other
Git hooks made easy 🐢 woof!

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Husky

hulks
Olist custom linting hooks πŸ’š πŸ‘½
Stars: ✭ 25 (-99.9%)
Mutual labels:  hooks, pre-commit
Committia.vim
A Vim plugin for more pleasant editing on commit messages
Stars: ✭ 510 (-97.96%)
Mutual labels:  commit
Openpbs
An HPC workload manager and job scheduler for desktops, clusters, and clouds.
Stars: ✭ 427 (-98.3%)
Mutual labels:  hooks
Winxp
🏁 Web based Windows XP desktop recreation.
Stars: ✭ 4,717 (-81.17%)
Mutual labels:  hooks
Easy Peasy
Vegetarian friendly state for React
Stars: ✭ 4,525 (-81.94%)
Mutual labels:  hooks
Atomico
Atomico a micro-library for creating webcomponents using only functions, hooks and virtual-dom.
Stars: ✭ 481 (-98.08%)
Mutual labels:  hooks
Use Scroll Position
Use scroll position ReactJS hook done right
Stars: ✭ 414 (-98.35%)
Mutual labels:  hooks
Usedimensions
A React Hook to measure DOM nodes
Stars: ✭ 537 (-97.86%)
Mutual labels:  hooks
Animavita
Trigger life-saving alerts, register animals for adoption and find the closest pet friend to adopt 🐢
Stars: ✭ 508 (-97.97%)
Mutual labels:  hooks
React Use Gesture
πŸ‘‡Bread n butter utility for component-tied mouse/touch gestures in React and Vanilla Javascript.
Stars: ✭ 5,704 (-77.23%)
Mutual labels:  hooks
React Hooks Lib
A set of reusable React Hooks.
Stars: ✭ 460 (-98.16%)
Mutual labels:  hooks
Beautiful React Hooks
πŸ”₯ A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development πŸ”₯
Stars: ✭ 5,242 (-79.08%)
Mutual labels:  hooks
Mobx Router
A simple router for MobX + React apps
Stars: ✭ 489 (-98.05%)
Mutual labels:  hooks
Vscode Es7 Javascript React Snippets
Extension for Javascript/React snippets with search supporting ES7 and babel features
Stars: ✭ 435 (-98.26%)
Mutual labels:  hooks
React Hooks
Essential set of React Hooks for convenient Web API consumption and state management.
Stars: ✭ 515 (-97.94%)
Mutual labels:  hooks
Relay Hooks
Use Relay as React hooks
Stars: ✭ 423 (-98.31%)
Mutual labels:  hooks
The Platform
Web. Components. πŸ˜‚
Stars: ✭ 4,355 (-82.62%)
Mutual labels:  hooks
React Hook
↩ Strongly typed, concurrent mode-safe React hooks
Stars: ✭ 472 (-98.12%)
Mutual labels:  hooks
Gear
A lightweight, composable and high performance web service framework for Go.
Stars: ✭ 544 (-97.83%)
Mutual labels:  hooks
React Hooks Cheatsheet
πŸ¦– React hooks cheatsheet with live editable examples
Stars: ✭ 520 (-97.92%)
Mutual labels:  hooks

husky

Open Collective Node.js CI

Modern native Git hooks made easy

Husky improves your commits and more 🐢 woof!

Install

npm install husky -D

Usage

Edit package.json > prepare script and run it once:

npm set-script prepare "husky install"
npm run prepare

Add a hook:

npx husky add .husky/pre-commit "npm test"
git add .husky/pre-commit

Make a commit:

git commit -m "Keep calm and commit"
# `npm test` will run every time you commit

For more use cases (project in sub-directory, custom directory, CI support, ...), see documentation.

Documentation

https://typicode.github.io/husky

Important Upgrading from v4 to v7 requires migrating previous config, please see the docs.

Articles

License

MIT

Sponsors

Companies

Does your company use husky? Ask your manager or marketing team if your company would be interested in supporting this project.

Individuals

Find husky helpful? Become a backer and show your appreciation with a monthly donation on Open Collective. You can also tip with a one-time donation.

GitHub sponsors can be viewed on my profile. All past and current Open Collective sponsors can be viewed on here.

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].