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 volkovasystems/llamalize

Account's avatar
volkovasystems/falzy
Check if the value is undefined, null, empty string, NaN and Infinity.
Account's avatar
volkovasystems/titlelize
Transform any human readable alphanumeric string divided by certain characters into space separated first letter uppercase form.
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

Support the repos that depend on this repository

Top contributors

volkovasystems's profile
volkovasystems
11 contributions

Recent events

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

No events yet
volkovasystems

volkovasystems/llamalize

Transform any human readable alphanumeric string divided by certain characters into camel form.

JavaScript
0
0
No license

llamalize is a small utility that converts human‑readable strings (e.g., words separated by hyphens, underscores, spaces, etc.) into camelCase format. It’s aimed at developers who need a quick, npm‑style function for normalizing identifiers or keys in code, with a playful name that riffs on the more common “camelize”.