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 webark/broccoli-tree-walker

Account's avatar
broccolijs/broccoli-plugin
Base class for all Broccoli plugins
Account's avatar
stefanpenner/fs-tree-diff
Backs out file tree changes
Account's avatar
joliss/node-walk-sync
Get an array of recursive directory contents
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
broccolijs/broccoli-test-helper
Test helpers for BroccoliPlugins that make testing build and rebuild behavior dead simple and expect diff friendly.
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
zspecza/common-tags
a few common utility template tags for ES2015
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.

Support the repos that depend on this repository

Top contributors

dependabot[bot]'s profile
dependabot[bot]
6 contributions
webark's profile
webark
4 contributions

Recent events

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

No events yet
webark

webark/broccoli-tree-walker

Broccoli wrapper over walk-sync and fs-tree-diff

JavaScript
0
0
MIT License

The **broccoli-tree-walker** package provides a base class for writing Broccoli plugins that need to react to file‑system changes. It combines the diffing capabilities of **fs‑tree‑diff** with the traversal features of **node‑walk‑sync**, exposing virtual methods like `create`, `unlink`, `mkdir`, `rmdir`, `change`, and `nodesChanged` which plugin authors can override to implement custom build steps. It’s aimed at developers building Broccoli plugins who want an easy, declarative way to process added, removed, or modified files and directories during a build.