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 kentcdodds/kcd-common-tools

Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
karma-runner/karma
Spectacular Test Runner for JavaScript.
Account's avatar
xdissent/karma-chai
Chai for Karma
Account's avatar
karma-runner/karma-chrome-launcher
A Karma plugin. Launcher for Chrome and Chrome Canary.
Account's avatar
karma-runner/karma-coverage
A Karma plugin. Generate code coverage.
Account's avatar
karma-runner/karma-firefox-launcher
A Karma plugin. Launcher for Firefox.
Account's avatar
karma-runner/karma-mocha
A Karma plugin. Adapter for Mocha testing framework.
Account's avatar
yanoosh/karma-sinon
Sinon for Karma
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
webpack/node-libs-browser
The node core libs for in browser usage.
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7
Account's avatar
Turbo87/webpack-notifier
webpack + node-notifier = build status system notifications
Account's avatar
bahmutov/with-package
Run any command with package.json properties exposed as environment variables
Account's avatar
lo1tuma/eslint-plugin-mocha
Eslint rules for mocha.

Support the repos that depend on this repository

Top contributors

greenkeeperio-bot's profile
greenkeeperio-bot
7 contributions

Recent events

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

No events yet
kentcdodds

kentcdodds/kcd-common-tools

Common build tools for projects by Kent C. Dodds

JavaScript
36
10
MIT License

kcd-common-tools is a small library of shared build configuration files and helper scripts that Kent C. Dodds uses across his JavaScript projects. It bundles ready‑made Webpack, Karma, ESLint, test‑coverage and release scripts, plus convenient file templates (e.g., .editorconfig, .gitignore) that can be symlinked or copied into a new repo, allowing developers to bootstrap a consistent development, testing, and CI pipeline with minimal setup. It’s aimed at front‑end developers who want a opinionated, zero‑configuration starting point for libraries or applications.