Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 657 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 657 Bytes

Important

Use the new husky init command. More info at https://typicode.github.io/husky/

husky-init

Install and setup husky quickly

See also

auto-husky - interactive mode and more options

Usage

npx husky-init && npm install  # npm
npx husky-init && yarn         # Yarn 1
npx husky-init --yarn2 && yarn # Yarn 2+

If package.json is in a subdirectory (e.g. not in the same directory as .git), please see https://typicode.github.io/husky/#/?id=custom-directory or use auto-husky.

Documentation

https://typicode.github.io/husky