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

Precommit is a tool for developers that runs specified tasks only on staged files during Git commits, stashing unstaged files to prevent false positives in validation checks. It's configured via a dedicated config file or package.json and supports interactive handling of dirty states, making it ideal for teams needing clean, automated pre-commit workflows.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of royriojas/precommit

Account's avatar
royriojas/clix
A tiny utility to make easy to create command line tools that require a config file in an easy way. It uses [optionator](https://www.npmjs.com/package/optionator) to parse the arguments
Account's avatar
stefanpenner/es6-promise
A lightweight library that provides tools for organizing asynchronous code
Account's avatar
royriojas/git-toplevel
Method to find the top level git directory
Account's avatar
jcayzac/stringformat.js
Simple format method for String
Account's avatar
royriojas/changelogx
Yet another changelog generator from git commits, based on conventions and with an optional hook to enforce the rules
Account's avatar
royriojas/esbeautifier
Simple wrapper around esformatter to beautify javascript files overriding the content of the files
Account's avatar
royriojas/eslinter
Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
royriojas/mocha-runner
A simple mocha runner that includes chai, sinon, sinon-chai and chai-fuzzy and accepts a list of globs to run
Account's avatar
royriojas/prepush
Yet another prepush script that will run tasks defined in a config file
Account's avatar
thlorenz/proxyquire
Proxies nodejs require in order to allow overriding dependencies during testing.
Account's avatar
royriojas/watch-run
Watch specific files or directories and re-execute a given command, using `child_process.spawn` instead of the original `child_process.exec` to have a bit more of control. Forked from `watch-run` by `

Support the repos that depend on this repository

Top contributors

royriojas's profile
royriojas
15 contributions
guidokessels's profile
guidokessels
1 contributions

Recent events

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

No events yet
royriojas

royriojas/precommit

A precommit script that will execute certain tasks only on the files that were added to the git index stashing the other ones to avoid false positives when running validation tasks

JavaScript
5
2
MIT License