Skip to content
Eugene Lazutkin edited this page Nov 15, 2023 · 13 revisions

Dashboard

NPM version Known Vulnerabilities

About

This is a no-dependency micro helper for developers of binary addons for Node. It is literally two small one-file utilities integrated with GitHub releases. The project solves two problems:

In general, it can save your users from a long recompilation and, in some cases, even save them from installing build tools. By using GitHub facilities (Releases and Actions) the whole process of publishing and subsequent installations are secure, transparent, painless, inexpensive, or even free for public repositories.

The motivation for this project can be found in Why???

Supported Node versions

Generally, we support all current Node versions that are not EOL. At the time of writing (11/14/2023) these are versions 18, 20, and 21.

Clone this wiki locally