Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of frontsideair/yarnhook

Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
lerna/lerna
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository
Account's avatar
lint-staged/lint-staged
Lint files staged by git

Support the repos that depend on this repository

Top contributors

frontsideair's profile
frontsideair
72 contributions
christophehurpeau's profile
christophehurpeau
3 contributions
dependabot[bot]'s profile
dependabot[bot]
3 contributions
allybee's profile
allybee
1 contributions
AndersDJohnson's profile
AndersDJohnson
1 contributions
straub's profile
straub
1 contributions
evgenykochetkov's profile
evgenykochetkov
1 contributions
mathdroid's profile
mathdroid
1 contributions
Rowno's profile
Rowno
1 contributions
zkochan's profile
zkochan
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
frontsideair

frontsideair/yarnhook

Run `yarn install`, `npm install` or `pnpm install` on git hooks automatically

JavaScript
221
16
MIT License

yarnhook is a small developer‑tool that integrates with Git hooks (via husky) to automatically run the appropriate package manager (`yarn install`, `npm install` or `pnpm install`) whenever lock‑files change as a result of Git actions such as checkout, merge, rebase or pull. It’s aimed at JavaScript/TypeScript teams who want their `node_modules` kept in sync without manually reinstalling dependencies after each Git operation.