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

Const‑Version is a lightweight CLI utility that reads the `version` field from a Node.js project's `package.json` and writes it into a generated source file as an exported constant (e.g., `export const VERSION = '1.2.3'`). It’s aimed at JavaScript/TypeScript developers who want an automated way to embed their package version into the application code during build or release scripts.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of chrvadala/const-version

Account's avatar
tj/commander.js
the complete solution for node.js command-line programs
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
tschaub/mock-fs
A configurable mock file system. You know, for testing.
Account's avatar
standard/standard
JavaScript Standard Style

Support the repos that depend on this repository

Top contributors

chrvadala's profile
chrvadala
40 contributions
CSchulz's profile
CSchulz
1 contributions

Recent events

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

No events yet
chrvadala

chrvadala/const-version

:sparkles: A tiny command line tool that extract `package.json` version and generate `export const VERSION='...'` file. Useful when you want to package your software version.

JavaScript
3
1
MIT License