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 keindev/standard-shared-config

Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
keindev/ignorefile-merge
Merge .ignore files, including comments
Account's avatar
jprichardson/node-jsonfile
Easily read/write JSON files.
Account's avatar
keindev/package-json-helper
Helper for updating, comparing and fetching changes in package.json
Account's avatar
keindev/tasktree
Simple terminal task tree - helps you keep track of your tasks in a tree structure.
Account's avatar
eemeli/yaml
JavaScript parser and stringifier for YAML
Account's avatar
yargs/yargs
yargs the modern, pirate-themed, successor to optimist.
Account's avatar
tagproject/ts-package-shared-config
Standard shared config for tagproject packages with Node.js and TypeScript
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for lodash.isequal
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for lodash.unionwith
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for semver
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for strip-comments
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support

Support the repos that depend on this repository

Top contributors

dependabot[bot]'s profile
dependabot[bot]
303 contributions
github-actions[bot]'s profile
github-actions[bot]
204 contributions

Recent events

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

No events yet
keindev

keindev/standard-shared-config

One shared config to rule them all :loop::package:

TypeScript
2
0
MIT License

standard‑shared‑config is a Node‑JS/TypeScript utility that lets developers package their project’s configuration files (ESLint, Prettier, TSConfig, etc.) into a reusable, publishable npm module. By defining a `.sharedconfig.yml` schema and running `shared-config build`, the tool generates a CLI, script hooks and file snapshots that can be installed in other repositories and invoked via npm scripts to copy or override the shared config. It’s aimed at teams or open‑source maintainers who want a single source of truth for boiler‑plate configs across multiple projects.