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

OlehDutchenko's profile
OlehDutchenko
5 contributions

Recent events

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

No events yet
wezomagency

wezomagency/from-cwd

Resolve path from CWD (Current Working Directory)

JavaScript
0
1
MIT License

from‑cwd is a tiny Node.js utility that builds an absolute path by resolving one or more path segments against the current working directory. It exports a single `fromCWD(...paths)` function, making it easy for JavaScript/TypeScript projects to generate reliable file paths relative to where the process was started. Ideal for developers who need a lightweight, type‑safe way to reference files or directories without manually handling `process.cwd()` and `path.resolve`.