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 vinsonchuong/build-esm

Account's avatar
babel/babel
Babel compiler core.
Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
npm/npm-packlist
Get a list of the files to add from a folder into an npm package
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
avajs/ava
Node.js test runner that lets you develop with confidence.
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing
Account's avatar
vinsonchuong/standard-esnext
JavaScript Standard Style for ES.Next

Support the repos that depend on this repository

Top contributors

vinsonchuong's profile
vinsonchuong
53 contributions

Recent events

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

No events yet
vinsonchuong

vinsonchuong/build-esm

Compile an ES Module for release on npm

JavaScript
1
0
MIT License

**build‑esm** is a tiny CLI tool that prepares an npm package for publishing as an ES Module. It copies the files that would be published (respecting `.npmignore` or the `files` field) into a `dist` folder and runs Babel on every JavaScript file, letting you use any regular Babel configuration. The tool is aimed at Node/JS library authors who want a simple, script‑based way to build and ship ES‑module‑ready releases, both locally and in CI pipelines.