Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 251 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 251 Bytes

@husky/init

Install and setup husky quickly

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

Documentation

https://typicode.github.io/husky

License

MIT