๊ด€๋ฆฌ ๋ฉ”๋‰ด

ReasonJun

git hooks : lint-staged , husky ๋ณธ๋ฌธ

Useful Lib/git

git hooks : lint-staged , husky

ReasonJun 2023. 6. 22. 11:18
728x90

lint-staged

Allows you to do somethings on files in 'git staged' state

 

https://github.com/okonet/lint-staged

 

GitHub - okonet/lint-staged: ๐Ÿšซ๐Ÿ’ฉ — Run linters on git staged files

๐Ÿšซ๐Ÿ’ฉ — Run linters on git staged files. Contribute to okonet/lint-staged development by creating an account on GitHub.

github.com

husky

Manage the definition of 'git hook' operation in '.husky' rather than '.git' file so that it can be shared in 'repo'

https://github.com/typicode/husky

 

GitHub - typicode/husky: Git hooks made easy ๐Ÿถ woof!

Git hooks made easy ๐Ÿถ woof! Contribute to typicode/husky development by creating an account on GitHub.

github.com

 

728x90
Comments