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 endangeredmassa/npub

Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
substack/node-editor
launch $EDITOR in your program
Account's avatar
benjreinhart/globber
Wrapper around node-glob with a friendly DSL
Account's avatar
minimistjs/minimist
parse argument options
Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
npm/node-semver
The semantic version parser used by npm.
Account's avatar
isaacs/node-touch
like touch(1) in node
Account's avatar
jashkenas/coffeescript
Unfancy JavaScript

Support the repos that depend on this repository

Top contributors

EndangeredMassa's profile
EndangeredMassa
102 contributions
Zearin's profile
Zearin
1 contributions

Recent events

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

No events yet
endangeredmassa

endangeredmassa/npub

publisher for node.js projects

CoffeeScript
3
2
BSD 3-Clause "New" or "Revised" License

npub is a CLI tool that streamlines publishing Node.js packages stored in a Git repository. It adds a `npub prep` step to inject license headers, validates a clean Git state, automates version bumping, changelog generation, tagging, pushing, and finally runs `npm publish` (optionally against a custom registry defined in `publishConfig`). The utility is aimed at Node developers who want a safe, reproducible workflow for releasing their libraries.