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

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
meza

meza/adr-tools

A typescript remake of Nat Pryce's ADR-Tools

TypeScript
19
2
GNU General Public License v3.0
renovate[bot]'s profile
renovate[bot]
331 contributions
meza's profile
meza
191 contributions
semantic-release-bot's profile
semantic-release-bot
7 contributions
dependabot[bot]'s profile
dependabot[bot]
3 contributions
zanozbot's profile
zanozbot
1 contributions

Support the dependencies of meza/adr-tools

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for inquirer
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
tj/commander.js
the complete solution for node.js command-line programs
Account's avatar
zloirock/core-js
Standard library
Account's avatar
SBoudrias/Inquirer.js
A collection of common interactive command line user interfaces.
Account's avatar
markedjs/marked
A markdown parser built for speed
Account's avatar
biomejs/biome
Biome is a toolchain for the web: formatter, linter and more
Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing conventional commits
Account's avatar
conventional-changelog/commitlint
commit prompt using commitlint.config.js
Account's avatar
faker-js/faker
Generate massive amounts of fake contextual data
Account's avatar
meza/adr-tools
Account's avatar
meza/biome
A reusable Biome configuration
Account's avatar
meza/tsconfig-base
Account's avatar
ryansonshine/cz-cli
Git commit, but play nice with conventions.
Account's avatar
ryansonshine/cz-conventional-changelog
Commitizen adapter following the conventional-changelog format.
Account's avatar
semantic-release/changelog
semantic-release plugin to create or update a changelog file
Account's avatar
semantic-release/commit-analyzer
semantic-release plugin to analyze commits with conventional-changelog
Account's avatar
semantic-release/git
semantic-release plugin to commit release assets to the project's git repository
Account's avatar
semantic-release/github
semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues
Account's avatar
semantic-release/npm
semantic-release plugin to publish a npm package
Account's avatar
semantic-release/release-notes-generator
semantic-release plugin to generate changelog content with conventional-changelog
Account's avatar
vitest-dev/vitest
V8 coverage provider for Vitest
Account's avatar
vitest-dev/vitest
UI for Vitest
Account's avatar
conventional-changelog/conventional-changelog
Conventionalcommits.org preset for conventional-changelog.
Account's avatar
calvinmetcalf/copyfiles
copy some files
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
Account's avatar
camacho/install-deps-postmerge
Install package.json dependencies whenever needed after a git merge
Account's avatar
watson/is-ci
Detect if the current environment is a CI server
Account's avatar
evilmartians/lefthook
Simple git hooks manager
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
OpDatabase/base
Mocks the current working directory to a given path. Helpful to be used inside tests.
Account's avatar
bcomnes/npm-run-all2
A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
uuidjs/uuid
RFC9562 UUIDs
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite

The project is a TypeScript‑based command‑line utility that implements Nat Pryce’s Architecture Decision Record (ADR) workflow for Node.js projects. It lets developers create, link, supersede, and manage ADR markdown files (usually under doc/adr) via simple commands like `adr new`, handling numbering, templating and opening the file in an editor. It’s aimed at software teams that want a fully‑featured, npm‑installable tool to maintain architectural decision documentation.